Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jan 27, 2025
1 parent 974991c commit 8bd47ea
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 281 deletions.
51 changes: 23 additions & 28 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,27 +8,23 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
bleach[css]==6.1.0
bleach[css]==6.2.0
# via -r requirements/base.in
boto3==1.34.131
boto3==1.36.6
# via fs-s3fs
botocore==1.34.131
botocore==1.36.6
# via
# boto3
# s3transfer
django==4.2.13
django==4.2.18
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-appconf
# django-statici18n
# openedx-django-pyfs
django-appconf==1.0.6
# via django-statici18n
django-statici18n==2.5.0
django-statici18n==2.6.0
# via -r requirements/base.in
fs==2.4.16
# via
Expand All @@ -43,51 +39,50 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.2.2
lxml==5.3.0
# via xblock
mako==1.3.5
mako==1.3.8
# via xblock
markupsafe==2.1.5
markupsafe==3.0.2
# via
# mako
# xblock
openedx-django-pyfs==3.6.0
openedx-django-pyfs==3.7.0
# via xblock
python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2024.1
pytz==2024.2
# via xblock
pyyaml==6.0.1
pyyaml==6.0.2
# via xblock
s3transfer==0.10.1
s3transfer==0.11.2
# via boto3
simplejson==3.19.2
simplejson==3.19.3
# via xblock
six==1.16.0
six==1.17.0
# via
# bleach
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.3
# via django
tinycss2==1.2.1
tinycss2==1.4.0
# via bleach
typing-extensions==4.12.2
# via asgiref
urllib3==1.26.19
# via botocore
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# botocore
web-fragments==2.2.0
# via xblock
webencodings==0.5.1
# via
# bleach
# tinycss2
webob==1.8.7
webob==1.8.9
# via xblock
xblock[django]==4.0.1
xblock[django]==5.1.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
22 changes: 9 additions & 13 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.5.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
filelock==3.15.4
filelock==3.17.0
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
pyproject-api==1.7.1
pyproject-api==1.9.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.29.1
# via tox
Loading

0 comments on commit 8bd47ea

Please sign in to comment.