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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
# jira
requests-toolbelt==1.0.0
# via jira
sentry-sdk[flask]==2.42.0
sentry-sdk[flask]==2.43.0
# via -r requirements/base.in
six==1.17.0
# via python-dateutil
Expand Down
12 changes: 7 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ mypy==1.18.2
# via -r requirements/dev.in
mypy-extensions==1.1.0
# via mypy
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand Down Expand Up @@ -221,7 +221,7 @@ python-dateutil==2.9.0.post0
# celery
# freezegun
# github3-py
python-dotenv==1.1.1
python-dotenv==1.2.1
# via -r requirements/dev.in
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -264,7 +264,7 @@ schema==0.7.8
# via repo-tools-data-schema
scriv==1.7.0
# via -r requirements/dev.in
sentry-sdk[flask]==2.42.0
sentry-sdk[flask]==2.43.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down Expand Up @@ -303,7 +303,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
types-cachetools==6.2.0.20250827
types-cachetools==6.2.0.20251022
# via -r requirements/dev.in
types-pyyaml==6.0.12.20250915
# via -r requirements/dev.in
Expand Down Expand Up @@ -340,6 +340,8 @@ wheel==0.45.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via pip-tools
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# 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 @@ -25,7 +25,7 @@ jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
packaging==25.0
# via sphinx
Expand Down
4 changes: 3 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ wheel==0.45.1

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

# The following packages are considered to be unsafe in a requirements file:
pip==25.2
# via -r requirements/pip.in
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ markupsafe==3.0.3
# jinja2
# sentry-sdk
# werkzeug
nh3==0.3.1
nh3==0.3.2
# via readme-renderer
oauthlib[signedtoken]==3.3.1
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ roman-numerals-py==3.1.0
# via sphinx
schema==0.7.8
# via repo-tools-data-schema
sentry-sdk[flask]==2.42.0
sentry-sdk[flask]==2.43.0
# via -r requirements/base.in
six==1.17.0
# via
Expand Down