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 #594

Merged
merged 9 commits into from
Jun 3, 2024
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 @@ django==4.2.13
# django-debug-toolbar
# django-stubs
# django-stubs-ext
django-debug-toolbar==4.4.1
django-debug-toolbar==4.4.2
# via -r requirements/dev-requirements.in
django-stubs==4.2.7
# via -r requirements/dev-requirements.in
Expand Down Expand Up @@ -149,7 +149,7 @@ requests==2.31.0
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# sphinx
ruff==0.4.5
ruff==0.4.7
# via -r requirements/dev-requirements.in
six==1.16.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 @@ -12,7 +12,6 @@ asgiref==3.8.1
# via
# -r requirements/requirements.in
# django
# django-simple-history
backports-zoneinfo==0.2.1
# via django
build==1.0.3
Expand Down Expand Up @@ -52,6 +51,7 @@ django==4.2.13
# django-filter
# django-model-utils
# django-picklefield
# django-simple-history
# django-tables2
django-allauth==0.54.0
# via -r requirements/requirements.in
Expand Down Expand Up @@ -86,7 +86,7 @@ django-picklefield==3.2
# via
# -r requirements/requirements.in
# django-constance
django-simple-history==3.5.0
django-simple-history==3.7.0
# via
# -r requirements/requirements.in
# django-anvil-consortium-manager
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tomli==2.0.1
# -c requirements/requirements.txt
# coverage
# pytest
types-requests==2.32.0.20240523
types-requests==2.32.0.20240602
# via -r requirements/test-requirements.in
typing-extensions==4.8.0
# via
Expand Down