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

Merged
merged 1 commit into from
Mar 4, 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
25 changes: 14 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
#
asgiref==3.8.1
# via django
attrs==24.3.0
attrs==25.1.0
# via openedx-events
cffi==1.17.1
# via pynacl
click==8.1.8
# via
# code-annotations
# edx-django-utils
code-annotations==2.1.0
code-annotations==2.2.0
# via edx-toggles
django==4.2.17
django==4.2.19
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -37,7 +37,7 @@ dnspython==2.7.0
# via pymongo
edx-ccx-keys==2.0.2
# via openedx-events
edx-django-utils==7.1.0
edx-django-utils==7.2.0
# via
# -r requirements/base.in
# edx-toggles
Expand All @@ -46,25 +46,25 @@ edx-opaque-keys[django]==2.11.0
# via
# edx-ccx-keys
# openedx-events
edx-toggles==5.2.0
edx-toggles==5.3.0
# via -r requirements/base.in
fastavro==1.10.0
# via openedx-events
jinja2==3.1.5
# via code-annotations
markupsafe==3.0.2
# via jinja2
newrelic==10.4.0
newrelic==10.6.0
# via edx-django-utils
openedx-events==9.15.0
openedx-events==9.18.2
# via -r requirements/base.in
pbr==6.1.0
pbr==6.1.1
# via stevedore
psutil==6.1.1
psutil==7.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pymongo==4.10.1
pymongo==4.11.2
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -76,7 +76,7 @@ six==1.17.0
# via edx-ccx-keys
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via
# code-annotations
# edx-django-utils
Expand All @@ -85,3 +85,6 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via edx-opaque-keys

# The following packages are considered to be unsafe in a requirements file:
# setuptools
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==5.5.0
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via
# tox
# virtualenv
Expand All @@ -26,9 +26,9 @@ platformdirs==4.3.6
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.8.0
pyproject-api==1.9.0
# via tox
tox==4.23.2
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.28.1
virtualenv==20.29.2
# via tox
Loading