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:
Eric Jolibois
2021-09-03 23:47:51 +02:00
committed by GitHub
parent 21d002ec6e
commit 796a7531cd
9 changed files with 26 additions and 25 deletions
+1 -1
View File
@@ -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'