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 #199

Merged
merged 1 commit into from
Feb 6, 2024
Merged
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
24 changes: 12 additions & 12 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==23.2.0
# referencing
backports-zoneinfo==0.2.1
# via django
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -27,7 +27,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.7
cryptography==42.0.2
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -124,7 +124,7 @@ edx-django-utils==5.10.1
# edx-rest-api-client
# getsmarter-api-clients
# openedx-ledger
edx-drf-extensions==9.1.2
edx-drf-extensions==10.1.0
# via
# -r requirements/base.in
# edx-rbac
Expand Down Expand Up @@ -156,22 +156,22 @@ jsonfield2==4.0.0.post0
# via
# -r requirements/base.in
# openedx-ledger
jsonschema==4.21.0
jsonschema==4.21.1
# via drf-spectacular
jsonschema-specifications==2023.12.1
# via jsonschema
mysqlclient==2.2.1
mysqlclient==2.2.3
# via
# -r requirements/base.in
# openedx-ledger
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
oauthlib==3.2.2
# via
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.2.0
openedx-events==9.4.0
# via
# -r requirements/base.in
# openedx-ledger
Expand All @@ -185,7 +185,7 @@ pkgutil-resolve-name==1.3.10
# via jsonschema
ply==3.11
# via djangoql
psutil==5.9.7
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
Expand All @@ -205,7 +205,7 @@ pynacl==1.5.0
# via edx-django-utils
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/base.in
# djangorestframework
Expand All @@ -219,7 +219,7 @@ pyyaml==6.0.1
# edx-django-release-util
redis==5.0.1
# via openedx-ledger
referencing==0.32.1
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -253,7 +253,7 @@ slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.4.0
# via edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# edx-auth-backends
# social-auth-app-django
Expand All @@ -272,7 +272,7 @@ uritemplate==4.1.1
# via
# drf-spectacular
# drf-yasg
urllib3==2.1.0
urllib3==2.2.0
# via requests
zipp==3.17.0
# via importlib-resources
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ packaging==23.2
# via
# pyproject-api
# tox
platformdirs==4.1.0
platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# 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 Down
7 changes: 1 addition & 6 deletions requirements/common_constraints.txt.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# See BOM-2721 for more details.
# Below is the copied and edited version of common_constraints

# 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 @@ -30,4 +25,4 @@
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
3.0.0
django-simple-history==3.0.0
52 changes: 26 additions & 26 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ asgiref==3.7.2
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.0.2
astroid==3.0.3
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -36,7 +36,7 @@ cachetools==5.3.2
# via
# -r requirements/validation.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/validation.txt
# requests
Expand Down Expand Up @@ -67,20 +67,20 @@ click-log==0.4.0
# via
# -r requirements/validation.txt
# edx-lint
code-annotations==1.5.0
code-annotations==1.6.0
# via
# -r requirements/validation.txt
# edx-lint
colorama==0.4.6
# via
# -r requirements/validation.txt
# tox
coverage[toml]==7.4.0
coverage[toml]==7.4.1
# via
# -r requirements/validation.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.2
# via
# -r requirements/validation.txt
# pyjwt
Expand All @@ -95,9 +95,9 @@ defusedxml==0.8.0rc2
# -r requirements/validation.txt
# python3-openid
# social-auth-core
diff-cover==8.0.2
diff-cover==8.0.3
# via -r requirements/dev.in
dill==0.3.7
dill==0.3.8
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -140,7 +140,7 @@ django-crum==0.7.9
# -r requirements/validation.txt
# edx-django-utils
# edx-rbac
django-debug-toolbar==4.2.0
django-debug-toolbar==4.3.0
# via -r requirements/dev.in
django-dynamic-fixture==4.0.1
# via -r requirements/validation.txt
Expand Down Expand Up @@ -209,7 +209,7 @@ edx-django-utils==5.10.1
# edx-rest-api-client
# getsmarter-api-clients
# openedx-ledger
edx-drf-extensions==9.1.2
edx-drf-extensions==10.1.0
# via
# -r requirements/validation.txt
# edx-rbac
Expand All @@ -235,7 +235,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==22.2.0
faker==22.6.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -298,7 +298,7 @@ jsonfield2==4.0.0.post0
# via
# -r requirements/validation.txt
# openedx-ledger
jsonschema==4.21.0
jsonschema==4.21.1
# via
# -r requirements/validation.txt
# drf-spectacular
Expand All @@ -316,7 +316,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/validation.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.5
# via
# -r requirements/validation.txt
# jinja2
Expand All @@ -334,11 +334,11 @@ more-itertools==10.2.0
# via
# -r requirements/validation.txt
# jaraco-classes
mysqlclient==2.2.1
mysqlclient==2.2.3
# via
# -r requirements/validation.txt
# openedx-ledger
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand All @@ -352,7 +352,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.2.0
openedx-events==9.4.0
# via
# -r requirements/validation.txt
# openedx-ledger
Expand All @@ -367,7 +367,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.9.0
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand All @@ -383,13 +383,13 @@ pkgutil-resolve-name==1.3.10
# via
# -r requirements/validation.txt
# jsonschema
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/validation.txt
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/validation.txt
# diff-cover
Expand All @@ -401,7 +401,7 @@ ply==3.11
# djangoql
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.7
psutil==5.9.8
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -466,28 +466,28 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/validation.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/validation.txt
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/validation.txt
python-dateutil==2.8.2
# via
# -r requirements/validation.txt
# faker
python-slugify==8.0.1
python-slugify==8.0.3
# via
# -r requirements/validation.txt
# code-annotations
python3-openid==3.2.0
# via
# -r requirements/validation.txt
# social-auth-core
pytz==2023.3.post1
pytz==2024.1
# via
# -r requirements/validation.txt
# djangorestframework
Expand All @@ -511,7 +511,7 @@ redis==5.0.1
# via
# -r requirements/validation.txt
# openedx-ledger
referencing==0.32.1
referencing==0.33.0
# via
# -r requirements/validation.txt
# jsonschema
Expand Down Expand Up @@ -583,7 +583,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/validation.txt
# edx-auth-backends
social-auth-core==4.5.1
social-auth-core==4.5.2
# via
# -r requirements/validation.txt
# edx-auth-backends
Expand Down Expand Up @@ -638,7 +638,7 @@ uritemplate==4.1.1
# -r requirements/validation.txt
# drf-spectacular
# drf-yasg
urllib3==2.1.0
urllib3==2.2.0
# via
# -r requirements/validation.txt
# requests
Expand Down
Loading
Loading