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 Aug 8, 2024
1 parent 4fdfcd4 commit eb0aa5a
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 155 deletions.
30 changes: 12 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,65 +1,59 @@
#
# 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.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
cffi==1.17.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
cryptography==43.0.0
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.11
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# social-auth-app-django
idna==3.6
idna==3.7
# via requests
oauthlib==3.2.2
# via
# requests-oauthlib
# social-auth-core
pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/base.in
# social-auth-core
python3-openid==3.2.0
# via social-auth-core
requests==2.31.0
requests==2.32.3
# via
# requests-oauthlib
# social-auth-core
requests-oauthlib==2.0.0
# via social-auth-core
six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
social-auth-app-django==5.4.2
# via -r requirements/base.in
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/base.in
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.1
# via django
typing-extensions==4.10.0
# via asgiref
urllib3==2.2.1
urllib3==2.2.2
# via requests
14 changes: 6 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
#
# 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
#
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.15.4
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via tox
platformdirs==4.2.0
platformdirs==4.2.2
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/constraints.txt
# -r requirements/ci.in
virtualenv==20.25.1
virtualenv==20.26.3
# via tox
8 changes: 8 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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 @@ -30,3 +31,10 @@ django-simple-history==3.0.0
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7

# 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
94 changes: 29 additions & 65 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 @@ -12,25 +12,20 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.1.0
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
# pylint-celery
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
# pip-tools
certifi==2024.2.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
cffi==1.16.0
cffi==1.17.0
# via
# -r requirements/test.txt
# cryptography
Expand All @@ -50,15 +45,15 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.7.0
code-annotations==1.8.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.6.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.5
cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -77,37 +72,28 @@ distlib==0.3.8
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==4.2.11
django==4.2.15
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# edx-django-release-util
# social-auth-app-django
edx-django-release-util==1.4.0
# via -r requirements/test.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.txt
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
filelock==3.13.3
filelock==3.15.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
# virtualenv
httpretty==1.1.4
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand All @@ -116,7 +102,7 @@ isort==5.13.2
# via
# -r requirements/test.txt
# pylint
jinja2==3.1.3
jinja2==3.1.4
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -137,7 +123,7 @@ oauthlib==3.2.2
# -r requirements/test.txt
# requests-oauthlib
# social-auth-core
packaging==24.0
packaging==24.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -151,13 +137,13 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
platformdirs==4.2.0
platformdirs==4.2.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -168,19 +154,19 @@ py==1.11.0
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
pycodestyle==2.11.1
pycodestyle==2.12.1
# via -r requirements/test.txt
pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pycryptodomex==3.20.0
# via -r requirements/test.txt
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.9.0
# via
# -r requirements/test.txt
# social-auth-core
pylint==3.1.0
pylint==3.2.6
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -200,12 +186,12 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.1.1
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -222,12 +208,12 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pyyaml==6.0.1
pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
# edx-django-release-util
requests==2.31.0
requests==2.32.3
# via
# -r requirements/test.txt
# requests-oauthlib
Expand All @@ -244,13 +230,13 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.4.0
social-auth-app-django==5.4.2
# via -r requirements/test.txt
social-auth-core==4.5.3
social-auth-core==4.5.4
# via
# -r requirements/test.txt
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand All @@ -262,19 +248,7 @@ text-unidecode==1.3
# via
# -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-hooks
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -287,31 +261,21 @@ traceback2==1.4.0
# via
# -r requirements/test.txt
# unittest2
typing-extensions==4.10.0
# via
# -r requirements/test.txt
# asgiref
# astroid
# pylint
unittest2==1.1.0
# via -r requirements/test.txt
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/test.txt
# requests
virtualenv==20.25.1
virtualenv==20.26.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.43.0
wheel==0.44.0
# via
# -r requirements/pip-tools.txt
# pip-tools
zipp==3.18.1
# via
# -r requirements/pip-tools.txt
# importlib-metadata

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

0 comments on commit eb0aa5a

Please sign in to comment.