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

Merged
merged 16 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ matplotlib-inline==0.1.6
# via ipython
mccabe==0.7.0
# via pylint
mypy==1.12.1
mypy==1.13.0
# via -r requirements/dev-requirements.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -150,7 +150,7 @@ requests==2.32.3
# -c requirements/requirements.txt
# -c requirements/test-requirements.txt
# sphinx
ruff==0.7.0
ruff==0.7.2
# via -r requirements/dev-requirements.in
six==1.16.0
# via
Expand Down Expand Up @@ -233,7 +233,7 @@ wcwidth==0.2.13
# via prompt-toolkit
websockets==12.0
# via sphinx-autobuild
werkzeug==3.0.4
werkzeug==3.1.2
# via -r requirements/dev-requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
9 changes: 5 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/requirements.in
# django
# django-allauth
# django-htmx
build==1.0.3
# via pip-tools
Expand Down Expand Up @@ -49,13 +50,13 @@ django==4.2.16
# django-picklefield
# django-simple-history
# django-tables2
django-allauth==65.0.2
django-allauth==65.1.0
# via -r requirements/requirements.in
django-anvil-consortium-manager @ git+https://github.com/UW-GAC/[email protected]
# via -r requirements/requirements.in
django-autocomplete-light==3.11.0
# via django-anvil-consortium-manager
django-constance==4.1.2
django-constance==4.1.3
# via -r requirements/requirements.in
django-crispy-forms==2.3
# via
Expand All @@ -72,7 +73,7 @@ django-extensions==3.2.1
# django-anvil-consortium-manager
django-filter==23.5
# via django-anvil-consortium-manager
django-htmx==1.19.0
django-htmx==1.21.0
# via -r requirements/requirements.in
django-login-required-middleware==0.9.0
# via -r requirements/requirements.in
Expand Down Expand Up @@ -164,7 +165,7 @@ urllib3==2.2.2
# via requests
wheel==0.42.0
# via pip-tools
whitenoise==6.7.0
whitenoise==6.8.2
# via -r requirements/requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pytest==8.3.3
# pytest-django
# pytest-sugar
# pytest-xdist
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test-requirements.in
pytest-django==4.9.0
# via -r requirements/test-requirements.in
Expand Down