Skip to content
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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ certifi==2025.8.3
# via
# requests
# sentry-sdk
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
Expand All @@ -47,7 +47,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -98,7 +98,7 @@ packaging==25.0
# kombu
prompt-toolkit==3.0.52
# via click-repl
pycparser==2.22
pycparser==2.23
# via cffi
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.35.1
sentry-sdk[flask]==2.37.1
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ certifi==2025.8.3
# via
# requests
# sentry-sdk
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
Expand Down Expand Up @@ -72,7 +72,7 @@ code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -141,7 +141,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
mypy==1.17.1
mypy==1.18.1
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
Expand Down Expand Up @@ -171,7 +171,7 @@ pluggy==1.6.0
# pytest-cov
prompt-toolkit==3.0.52
# via click-repl
pycparser==2.22
pycparser==2.23
# via cffi
pygments==2.19.2
# via
Expand Down Expand Up @@ -209,9 +209,9 @@ pytest==8.2.0
# pytest-cov
# pytest-mock
# pytest-repeat
pytest-cov==6.2.1
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via -r requirements/test.in
pytest-repeat==0.9.4
# via -r requirements/test.in
Expand Down Expand Up @@ -264,7 +264,7 @@ schema==0.7.7
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.35.1
sentry-sdk[flask]==2.37.1
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -309,7 +309,7 @@ types-python-dateutil==2.9.0.20250822
# via arrow
types-pyyaml==6.0.12.20250822
# via -r requirements/dev.in
types-requests==2.32.4.20250809
types-requests==2.32.4.20250913
# via -r requirements/dev.in
typing-extensions==4.15.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ certifi==2025.8.3
# via
# requests
# sentry-sdk
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
Expand All @@ -53,7 +53,7 @@ click-repl==0.3.0
# via celery
coverage[toml]==7.10.6
# via pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.in
# oauthlib
Expand Down Expand Up @@ -125,7 +125,7 @@ pluggy==1.6.0
# pytest-cov
prompt-toolkit==3.0.52
# via click-repl
pycparser==2.22
pycparser==2.23
# via cffi
pygments==2.19.2
# via
Expand All @@ -136,15 +136,15 @@ pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.in
# pytest-cov
# pytest-mock
# pytest-repeat
pytest-cov==6.2.1
pytest-cov==7.0.0
# via -r requirements/test.in
pytest-mock==3.14.1
pytest-mock==3.15.0
# via -r requirements/test.in
pytest-repeat==0.9.4
# via -r requirements/test.in
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals-py==3.1.0
# via sphinx
schema==0.7.7
# via repo-tools-data-schema
sentry-sdk[flask]==2.35.1
sentry-sdk[flask]==2.37.1
# via -r requirements/base.in
six==1.17.0
# via
Expand Down