mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
chore(deps): bump requirements (#3166)
* chore(deps): bump requirements * chore(deps-dev): bump lint requirements * chore(deps-dev): add test requirements * chore(deps-dev): last bumps * fix: mypy update * chore: docs bumps
This commit is contained in:
@@ -275,7 +275,7 @@ jobs:
|
||||
CIBW_SKIP: '*-win32'
|
||||
CIBW_PLATFORM: '${{ matrix.platform || matrix.os }}'
|
||||
CIBW_BEFORE_BUILD: 'pip install -U cython'
|
||||
CIBW_TEST_REQUIRES: 'pytest==6.2.2 pytest-mock==3.5.1'
|
||||
CIBW_TEST_REQUIRES: 'pytest==6.2.5 pytest-mock==3.6.1'
|
||||
CIBW_TEST_COMMAND: 'pytest {project}/tests'
|
||||
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux2014'
|
||||
CIBW_MANYLINUX_I686_IMAGE: 'manylinux2014'
|
||||
|
||||
Reference in New Issue
Block a user