Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled monthly dependency update for February #110

Closed
wants to merge 10 commits into from
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sphinx-issues==3.0.1; python_version < "3.8"
sphinx-issues==4.0.0; python_version < "3.8"
sphinx-issues==4.0.0; python_version >= "3.8"
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
flake8>=3 # pyup: ignore
tox==3.24.5
tox==4.12.1
# Extras
pytimeparse==1.1.8
# TODO I don't know if we need the below on CI
coverage>=6.2
pip>=21.3.1
bump2version==1.0.1
wheel==0.37.1; python_version == "3.6"
wheel==0.42.0; python_version == "3.6"
wheel==0.42.0; python_version > "3.6"
watchdog[watchmedo]==2.1.6
Sphinx==5.3.0
twine==3.8.0
watchdog[watchmedo]==3.0.0
Sphinx==7.2.6
twine==4.0.2
8 changes: 4 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==7.0.1
pytest==8.0.0
pytest-mock>=3.6.1
pytest-cov==3.0.0
pytest-cov==4.1.0
# pytest-runner==5.3.1
# Benchmark tests
dataclasses-json==0.5.6
jsons==1.6.1
dataclasses-json==0.6.3
jsons==1.6.3
dataclass-factory==2.12 # pyup: ignore
Loading