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

Combined PRs #511

Merged
merged 11 commits into from
Mar 11, 2024
Merged
4 changes: 2 additions & 2 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.10
django==4.2.11
# via
# -c requirements/requirements.txt
# django-debug-toolbar
Expand Down Expand Up @@ -111,7 +111,7 @@ mccabe==0.7.0
# via
# flake8
# pylint
mypy==1.8.0
mypy==1.9.0
# via -r requirements/dev-requirements.in
mypy-extensions==1.0.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cryptography==42.0.4
# via pyjwt
defusedxml==0.7.1
# via python3-openid
django==4.2.10
django==4.2.11
# via
# -r requirements/requirements.in
# crispy-bootstrap5
Expand Down Expand Up @@ -109,7 +109,7 @@ packaging==23.2
# via
# build
# plotly
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/requirements.in
plotly==5.19.0
# via django-anvil-consortium-manager
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packaging==23.2
# pytest-sugar
pluggy==1.4.0
# via pytest
pytest==8.0.2
pytest==8.1.1
# via
# -r requirements/test-requirements.in
# pytest-django
Expand Down Expand Up @@ -68,7 +68,7 @@ tomli==2.0.1
# via
# -c requirements/requirements.txt
# pytest
types-requests==2.31.0.20240218
types-requests==2.31.0.20240310
# via -r requirements/test-requirements.in
typing-extensions==4.8.0
# via
Expand Down