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

chore: Upgrade Python requirements #151

Merged
merged 1 commit into from
Feb 3, 2025
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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.4.0
newrelic==10.5.0
# via edx-django-utils
openedx-events==9.15.2
openedx-events==9.17.0
# via -r requirements/base.in
pbr==6.1.0
# via stevedore
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.10.1
pymongo==4.11
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ coverage[toml]==7.6.10
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.2.1
diff-cover==9.2.2
# via -r requirements/dev.in
dill==0.3.9
# via
Expand Down Expand Up @@ -129,7 +129,7 @@ iniconfig==2.0.0
# via
# -r requirements/quality.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -152,11 +152,11 @@ mccabe==0.7.0
# via
# -r requirements/quality.txt
# pylint
newrelic==10.4.0
newrelic==10.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==9.15.2
openedx-events==9.17.0
# via -r requirements/quality.txt
packaging==24.2
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
# via diff-cover
pylint==3.3.3
pylint==3.3.4
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -225,7 +225,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down
13 changes: 7 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ attrs==25.1.0
# via
# -r requirements/test.txt
# openedx-events
babel==2.16.0
babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.12.3
beautifulsoup4==4.13.0
# via pydata-sphinx-theme
build==1.2.2.post1
# via -r requirements/doc.in
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -141,13 +141,13 @@ more-itertools==10.6.0
# via
# jaraco-classes
# jaraco-functools
newrelic==10.4.0
newrelic==10.5.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.20
# via readme-renderer
openedx-events==9.15.2
openedx-events==9.17.0
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -181,7 +181,7 @@ pygments==2.19.1
# readme-renderer
# rich
# sphinx
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -274,6 +274,7 @@ twine==6.1.0
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.2.3
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ iniconfig==2.0.0
# via
# -r requirements/test.txt
# pytest
isort==5.13.2
isort==6.0.0
# via
# -r requirements/quality.in
# pylint
Expand All @@ -105,11 +105,11 @@ markupsafe==3.0.2
# jinja2
mccabe==0.7.0
# via pylint
newrelic==10.4.0
newrelic==10.5.0
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==9.15.2
openedx-events==9.17.0
# via -r requirements/test.txt
packaging==24.2
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ pycparser==2.22
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.3
pylint==3.3.4
# via
# edx-lint
# pylint-celery
Expand All @@ -151,7 +151,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ markupsafe==3.0.2
# via
# -r requirements/base.txt
# jinja2
newrelic==10.4.0
newrelic==10.5.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.15.2
openedx-events==9.17.0
# via -r requirements/base.txt
packaging==24.2
# via pytest
Expand All @@ -104,7 +104,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pymongo==4.10.1
pymongo==4.11
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down