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 Dec 2, 2024
1 parent 2a4560c commit ee1a4ad
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 99 deletions.
16 changes: 8 additions & 8 deletions requirements/ci.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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/ci.txt requirements/ci.in
Expand All @@ -10,25 +10,25 @@ 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.16.1
# 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.8.0
# via tox
tox==4.18.0
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.26.3
virtualenv==20.28.0
# via tox
10 changes: 3 additions & 7 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -23,9 +22,6 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3
34 changes: 17 additions & 17 deletions requirements/dev.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.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/dev.txt requirements/base.in requirements/dev.in
Expand All @@ -8,13 +8,13 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.3
boto3==1.35.72
# via fs-s3fs
botocore==1.35.3
botocore==1.35.72
# via
# boto3
# s3transfer
build==1.2.1
build==1.2.2.post1
# via pip-tools
cachetools==5.5.0
# via tox
Expand All @@ -24,13 +24,13 @@ click==8.1.7
# via pip-tools
colorama==0.4.6
# via tox
distlib==0.3.8
distlib==0.3.9
# via virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand All @@ -44,43 +44,43 @@ jmespath==1.0.1
# via
# boto3
# botocore
packaging==24.1
packaging==24.2
# via
# build
# pyproject-api
# tox
pip-tools==7.4.1
# via -r requirements/dev.in
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.8.0
# via tox
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.10.2
s3transfer==0.10.4
# via boto3
six==1.16.0
# via
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
tox==4.18.0
tox==4.23.2
# via -r requirements/dev.in
urllib3==2.2.2
urllib3==2.2.3
# via botocore
virtualenv==20.26.3
virtualenv==20.28.0
# via tox
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in
#
build==1.2.1
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.1
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 6 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.44.0
wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via -r requirements/pip.in
setuptools==73.0.1
# via
# -c /home/runner/work/django-pyfs/django-pyfs/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
# via -r requirements/pip.in
Loading

0 comments on commit ee1a4ad

Please sign in to comment.