Skip to content
Closed
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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.46.0
sentry-sdk[flask]==2.47.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand All @@ -146,7 +146,7 @@ tzlocal==5.3.1
# via celery
uritemplate==4.2.0
# via github3-py
urllib3==2.5.0
urllib3==2.6.0
# via
# requests
# sentry-sdk
Expand Down
14 changes: 6 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jira==3.10.5
# via -r requirements/base.in
kombu[redis]==5.6.1
# via celery
librt==0.6.3
librt==0.7.3
# via mypy
logging-tree==1.10
# via -r requirements/base.in
Expand Down Expand Up @@ -167,7 +167,7 @@ pathspec==0.12.1
# via mypy
pip-tools==7.5.2
# via -r requirements/dev.in
platformdirs==4.5.0
platformdirs==4.5.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -268,7 +268,7 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.46.0
sentry-sdk[flask]==2.47.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -326,7 +326,7 @@ tzlocal==5.3.1
# via celery
uritemplate==4.2.0
# via github3-py
urllib3==2.5.0
urllib3==2.6.0
# via
# requests
# sentry-sdk
Expand All @@ -346,9 +346,7 @@ wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
pip==25.3
# via pip-tools
setuptools==80.9.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
urllib3==2.5.0
urllib3==2.6.0
# via requests
6 changes: 2 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# pip-tools
pip==25.3
# via pip-tools
setuptools==80.9.0
# via pip-tools
6 changes: 2 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pyjwt[crypto]==2.10.1
# via
# github3-py
# oauthlib
pytest==9.0.1
pytest==9.0.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -191,7 +191,7 @@ roman-numerals-py==3.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.46.0
sentry-sdk[flask]==2.47.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -235,7 +235,7 @@ tzlocal==5.3.1
# via celery
uritemplate==4.2.0
# via github3-py
urllib3==2.5.0
urllib3==2.6.0
# via
# requests
# sentry-sdk
Expand Down