Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #171

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 18 additions & 17 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.5
django==4.2.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -60,7 +60,7 @@ django==4.2.5
# social-auth-app-django
django-clearcache==1.2.1
# via -r requirements/base.in
django-cors-headers==4.2.0
django-cors-headers==4.3.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand All @@ -82,7 +82,7 @@ django-object-actions==4.2.0
# via
# -r requirements/base.in
# openedx-ledger
django-simple-history==3.4.0
django-simple-history==3.0.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -122,7 +122,7 @@ edx-django-utils==5.7.0
# edx-rest-api-client
# getsmarter-api-clients
# openedx-ledger
edx-drf-extensions==8.10.0
edx-drf-extensions==8.13.0
# via
# -r requirements/base.in
# edx-rbac
Expand All @@ -134,9 +134,9 @@ edx-rbac==1.8.0
# via
# -r requirements/base.in
# openedx-ledger
edx-rest-api-client==5.6.0
edx-rest-api-client==5.6.1
# via -r requirements/base.in
fastavro==1.8.3
fastavro==1.9.0
# via openedx-events
getsmarter-api-clients==0.6.1
# via -r requirements/base.in
Expand All @@ -154,26 +154,26 @@ jsonfield2==4.0.0.post0
# via
# -r requirements/base.in
# openedx-ledger
jsonschema==4.19.1
jsonschema==4.19.2
# via drf-spectacular
jsonschema-specifications==2023.7.1
# via jsonschema
mysqlclient==2.2.0
# via
# -r requirements/base.in
# openedx-ledger
newrelic==9.1.0
newrelic==9.1.1
# via edx-django-utils
oauthlib==3.2.2
# via
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==8.6.0
openedx-events==9.0.1
# via
# -r requirements/base.in
# openedx-ledger
openedx-ledger==1.2.0
openedx-ledger==1.3.2
# via -r requirements/base.in
packaging==23.2
# via drf-yasg
Expand All @@ -183,7 +183,7 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
ply==3.11
# via djangoql
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
Expand All @@ -193,6 +193,7 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
Expand Down Expand Up @@ -231,7 +232,7 @@ requests-oauthlib==1.3.1
# via
# getsmarter-api-clients
# social-auth-core
rpds-py==0.10.3
rpds-py==0.10.6
# via
# jsonschema
# referencing
Expand All @@ -248,9 +249,9 @@ six==1.16.0
# edx-rbac
slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# edx-auth-backends
# social-auth-app-django
Expand All @@ -268,7 +269,7 @@ uritemplate==4.1.1
# via
# drf-spectacular
# drf-yasg
urllib3==2.0.5
urllib3==2.0.7
# via requests
zipp==3.17.0
# via importlib-resources
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
virtualenv==20.24.5
virtualenv==20.24.6
# via tox
8 changes: 6 additions & 2 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This is a temporary solution to override the real common_constraints.txt
# In edx-lint, until the pyjwt constraint in edx-lint has been removed.
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# A central location for most common version constraints
# (across edx repos) for pip-installation.
Expand All @@ -14,14 +18,14 @@


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

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
Expand Down
Loading
Loading