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 Jul 30, 2024
1 parent c11abde commit ed59b15
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 129 deletions.
16 changes: 5 additions & 11 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
#
# 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
#
asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via pynacl
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# django-crum
Expand All @@ -32,7 +28,7 @@ edx-django-utils==5.14.2
# via -r requirements/base.in
idna==3.7
# via requests
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -50,11 +46,9 @@ requests==2.32.3
# slumber
slumber==0.7.1
# via -r requirements/base.in
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.12.2
# via asgiref
urllib3==2.2.2
# via requests
8 changes: 2 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# 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.4.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -29,10 +29,6 @@ pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/ci.in
virtualenv==20.26.3
Expand Down
8 changes: 8 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
Expand All @@ -34,3 +35,10 @@ django-simple-history==3.0.0
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407

# 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
80 changes: 23 additions & 57 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.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.2.2
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -17,11 +17,6 @@ backports-tarfile==1.2.0
# via
# -r requirements/test.txt
# jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# django
build==1.2.1
# via
# -r requirements/pip-tools.txt
Expand All @@ -30,7 +25,7 @@ cachetools==5.3.3
# via
# -r requirements/ci.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -68,11 +63,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -86,7 +81,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -101,19 +96,15 @@ django-waffle==4.1.0
# via
# -r requirements/test.txt
# edx-django-utils
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/test.txt
# readme-renderer
edx-django-utils==5.14.2
# via -r requirements/test.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.txt
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.14.0
filelock==3.15.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -124,17 +115,11 @@ idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==7.2.1
importlib-metadata==8.2.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# keyring
# twine
importlib-resources==6.4.0
# via
# -r requirements/test.txt
# keyring
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -189,11 +174,11 @@ more-itertools==10.3.0
# -r requirements/test.txt
# jaraco-classes
# jaraco-functools
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via
# -r requirements/test.txt
# readme-renderer
Expand All @@ -213,7 +198,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.11.1
pkginfo==1.10.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -247,7 +232,7 @@ pygments==2.18.0
# rich
pyjwt==2.8.0
# via -r requirements/test.txt
pylint==3.2.3
pylint==3.2.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -280,7 +265,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -302,7 +287,7 @@ pyyaml==6.0.1
# -r requirements/test.txt
# code-annotations
# responses
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -338,7 +323,7 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via -r requirements/test.txt
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand All @@ -352,39 +337,22 @@ text-unidecode==1.3
# -r requirements/test.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
# via -r requirements/ci.txt
tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
tox==4.15.1
# via -r requirements/ci.txt
twine==5.1.0
twine==5.1.1
# via -r requirements/test.txt
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
# rich
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
# responses
# twine
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -395,17 +363,15 @@ wheel==0.43.0
zipp==3.17.0
# via
# -c requirements/constraints.txt
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.2
# via
# -r requirements/pip-tools.txt
# pip-tools
setuptools==70.1.1
setuptools==72.1.0
# via
# -r requirements/pip-tools.txt
# pip-tools
16 changes: 3 additions & 13 deletions requirements/pip-tools.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,8 +8,6 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.2.1
# via build
packaging==23.2
# via
# -c requirements/constraints.txt
Expand All @@ -20,19 +18,11 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.17.0
# via
# -c requirements/constraints.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.2
# via pip-tools
setuptools==70.1.1
setuptools==72.1.0
# via pip-tools
6 changes: 3 additions & 3 deletions requirements/pip.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,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1
pip==24.2
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==72.1.0
# via -r requirements/pip.in
Loading

0 comments on commit ed59b15

Please sign in to comment.