Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Mar 15, 2024
1 parent cc2ba17 commit 23f63ed
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 60 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
asgiref==3.7.2
# via django
backports-zoneinfo==0.2.1
# via django
certifi==2024.2.2
# via requests
cffi==1.16.0
Expand All @@ -16,9 +18,9 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.4
cryptography==42.0.5
# via pyjwt
django==3.2.24
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -39,13 +41,13 @@ djangorestframework==3.14.0
# drf-jwt
drf-jwt==1.19.2
# via -r requirements/base.in
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via -r requirements/base.in
idna==3.6
# via requests
newrelic==9.7.0
newrelic==9.7.1
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand All @@ -62,9 +64,7 @@ pymongo==3.13.0
pynacl==1.5.0
# via edx-django-utils
pytz==2024.1
# via
# django
# djangorestframework
# via djangorestframework
requests==2.31.0
# via -r requirements/base.in
semantic-version==2.10.0
Expand All @@ -75,7 +75,7 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# asgiref
# edx-opaque-keys
Expand Down
11 changes: 10 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,20 @@


# using LTS django version
Django<4.0
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
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

# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# 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
importlib-metadata<7
45 changes: 25 additions & 20 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ asgiref==3.7.2
# -r requirements/base.txt
# -r requirements/test.txt
# django
astroid==3.0.3
astroid==3.1.0
# via
# -r requirements/test.txt
# pylint
Expand All @@ -27,11 +27,16 @@ babel==2.14.0
# -r requirements/docs.txt
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# django
beautifulsoup4==4.12.3
# via
# -r requirements/docs.txt
# pydata-sphinx-theme
cachetools==5.3.2
cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -69,24 +74,24 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.6.0
code-annotations==1.7.0
# via
# -r requirements/test.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.4.2
coverage[toml]==7.4.4
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.4
cryptography==42.0.5
# via
# -r requirements/base.txt
# -r requirements/test.txt
# pyjwt
ddt==1.7.1
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via
Expand All @@ -96,7 +101,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==3.2.24
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -130,7 +135,7 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
edx-django-utils==5.10.1
edx-django-utils==5.11.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -146,7 +151,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==23.2.1
faker==24.2.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -167,8 +172,9 @@ imagesize==1.4.1
# via
# -r requirements/docs.txt
# sphinx
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/docs.txt
# sphinx
iniconfig==2.0.0
Expand All @@ -194,12 +200,12 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
newrelic==9.7.0
newrelic==9.7.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
# edx-django-utils
packaging==23.2
packaging==24.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -251,7 +257,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/base.txt
# -r requirements/test.txt
# drf-jwt
pylint==3.0.3
pylint==3.1.0
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -285,7 +291,7 @@ pyproject-api==1.6.1
# via
# -r requirements/test.txt
# tox
pytest==8.0.1
pytest==8.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -294,7 +300,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# faker
Expand All @@ -308,7 +314,6 @@ pytz==2024.1
# -r requirements/docs.txt
# -r requirements/test.txt
# babel
# django
# djangorestframework
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -393,13 +398,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.3
tomlkit==0.12.4
# via
# -r requirements/test.txt
# pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/test.txt
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -r requirements/base.txt
# -r requirements/docs.txt
Expand All @@ -420,7 +425,7 @@ virtualenv==20.25.1
# via
# -r requirements/test.txt
# tox
zipp==3.17.0
zipp==3.18.1
# via
# -r requirements/docs.txt
# importlib-metadata
12 changes: 7 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# sphinx
jinja2==3.1.3
# via
# -c requirements/test.txt
Expand All @@ -42,7 +44,7 @@ markupsafe==2.1.5
# via
# -c requirements/test.txt
# jinja2
packaging==23.2
packaging==24.0
# via
# -c requirements/test.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -86,13 +88,13 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
typing-extensions==4.9.0
typing-extensions==4.10.0
# via
# -c requirements/test.txt
# pydata-sphinx-theme
urllib3==2.2.1
# via
# -c requirements/test.txt
# requests
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata
16 changes: 9 additions & 7 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.0
setuptools==69.2.0
# via -r requirements/pip.in
Loading

0 comments on commit 23f63ed

Please sign in to comment.