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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
36 changes: 19 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
attrs==24.3.0
attrs==25.1.0
# via -r requirements/base.in
bleach==6.2.0
# via -r requirements/base.in
boto3==1.35.82
boto3==1.36.12
# via fs-s3fs
botocore==1.35.82
botocore==1.36.12
# via
# boto3
# s3transfer
certifi==2024.12.14
certifi==2025.1.31
# via requests
cffi==1.17.1
# via pynacl
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
django==4.2.17
django==4.2.18
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -65,6 +65,7 @@ edx-opaque-keys[django]==2.11.0
# via
# -r requirements/base.in
# edx-ccx-keys
# openedx-filters
fs==2.4.16
# via
# fs-s3fs
Expand All @@ -88,25 +89,25 @@ lxml==5.3.0
# via
# -r requirements/base.in
# xblock
mako==1.3.8
mako==1.3.9
# via
# -r requirements/base.in
# xblock
markupsafe==3.0.2
# via
# mako
# xblock
newrelic==10.4.0
newrelic==10.5.0
# via edx-django-utils
oauthlib==3.2.2
# via -r requirements/base.in
openedx-django-pyfs==3.7.0
# via -r requirements/base.in
openedx-filters==1.12.0
openedx-filters==1.13.0
# via -r requirements/base.in
pbr==6.1.0
pbr==6.1.1
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -116,23 +117,23 @@ pycryptodomex==3.21.0
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
pyjwt==2.6.0
pyjwt==2.10.1
# via -r requirements/base.in
pymongo==4.10.1
pymongo==4.11
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.2
pytz==2025.1
# via xblock
pyyaml==6.0.2
# via xblock
requests==2.32.3
# via pyjwkest
s3transfer==0.10.4
s3transfer==0.11.2
# via boto3
simplejson==3.19.3
# via xblock
Expand All @@ -153,6 +154,7 @@ typing-extensions==4.12.2
# via edx-opaque-keys
urllib3==1.26.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# botocore
# requests
Expand All @@ -162,7 +164,7 @@ webencodings==0.5.1
# via bleach
webob==1.8.9
# via xblock
xblock==5.1.0
xblock==5.1.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
Loading
Loading