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

Merged
merged 24 commits into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
30b2ea3
Bump mypy from 1.12.1 to 1.13.0
dependabot[bot] Oct 23, 2024
4217df8
Bump pytest-cov from 5.0.0 to 6.0.0
dependabot[bot] Nov 7, 2024
63c8120
Bump django-htmx from 1.19.0 to 1.21.0
dependabot[bot] Nov 7, 2024
be117c2
Bump ruff from 0.7.0 to 0.7.2
dependabot[bot] Nov 7, 2024
17bc816
Bump werkzeug from 3.0.4 to 3.1.2
dependabot[bot] Nov 7, 2024
f568435
Bump pyjwt from 2.4.0 to 2.9.0
dependabot[bot] Nov 7, 2024
2b0676d
Bump requests-oauthlib from 1.3.1 to 2.0.0
dependabot[bot] Nov 7, 2024
e279acc
Bump cryptography from 43.0.1 to 43.0.3
dependabot[bot] Nov 7, 2024
a2313e6
Bump whitenoise from 6.7.0 to 6.8.2
dependabot[bot] Nov 7, 2024
3dbd0e8
Bump django-allauth from 65.0.2 to 65.1.0
dependabot[bot] Nov 7, 2024
d422f10
Bump django-constance from 4.1.2 to 4.1.3
dependabot[bot] Nov 7, 2024
e25252a
Compile requirements files
dependabot[bot] Nov 7, 2024
c05ee7c
Merge pull request #828 from UW-GAC/pip-tools/update-requirements-fil…
amstilp Nov 7, 2024
19f2bee
Merge dependabot/pip/django-constance-4.1.3 into combined-prs-branch
github-actions[bot] Nov 7, 2024
dc92ba3
Merge dependabot/pip/werkzeug-3.1.2 into combined-prs-branch
github-actions[bot] Nov 7, 2024
a57da3b
Merge dependabot/pip/ruff-0.7.2 into combined-prs-branch
github-actions[bot] Nov 7, 2024
704a375
Merge dependabot/pip/pytest-cov-6.0.0 into combined-prs-branch
github-actions[bot] Nov 7, 2024
6b5f216
Merge dependabot/pip/whitenoise-6.8.2 into combined-prs-branch
github-actions[bot] Nov 7, 2024
715a3b2
Merge dependabot/pip/django-allauth-65.1.0 into combined-prs-branch
github-actions[bot] Nov 7, 2024
51c3212
Merge dependabot/pip/pyjwt-2.9.0 into combined-prs-branch
github-actions[bot] Nov 7, 2024
9f2131d
Merge dependabot/pip/cryptography-43.0.3 into combined-prs-branch
github-actions[bot] Nov 7, 2024
d3ab919
Merge dependabot/pip/requests-oauthlib-2.0.0 into combined-prs-branch
github-actions[bot] Nov 7, 2024
983d28a
Merge dependabot/pip/django-htmx-1.21.0 into combined-prs-branch
github-actions[bot] Nov 7, 2024
10bf984
Merge dependabot/pip/mypy-1.13.0 into combined-prs-branch
github-actions[bot] Nov 7, 2024
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
8 changes: 4 additions & 4 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyio==4.4.0
# via
# starlette
# watchfiles
asgiref==3.7.2
asgiref==3.8.1
# via
# -c requirements/requirements.txt
# django
Expand Down Expand Up @@ -92,7 +92,7 @@ markupsafe==2.1.5
# werkzeug
matplotlib-inline==0.1.6
# via ipython
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 @@ -137,7 +137,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 @@ -218,7 +218,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
17 changes: 9 additions & 8 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ argon2-cffi==23.1.0
# via -r requirements/requirements.in
argon2-cffi-bindings==21.2.0
# via argon2-cffi
asgiref==3.7.2
asgiref==3.8.1
# via
# django
# django-allauth
# django-htmx
attrs==23.2.0
# via
Expand All @@ -36,7 +37,7 @@ crispy-bootstrap5==2024.10
# via
# -r requirements/requirements.in
# django-anvil-consortium-manager
cryptography==43.0.1
cryptography==43.0.3
# via -r requirements/requirements.in
django==4.2.16
# via
Expand All @@ -54,13 +55,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 @@ -77,7 +78,7 @@ django-extensions==3.2.3
# 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 @@ -143,7 +144,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pyjwt==2.4.0
pyjwt==2.9.0
# via -r requirements/requirements.in
pyparsing==3.1.1
# via packaging
Expand Down Expand Up @@ -172,7 +173,7 @@ requests==2.32.3
# django-anvil-consortium-manager
# jsonapi-requests
# requests-oauthlib
requests-oauthlib==1.3.1
requests-oauthlib==2.0.0
# via -r requirements/requirements.in
rpds-py==0.17.1
# via
Expand Down Expand Up @@ -203,7 +204,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 @@ -60,7 +60,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