Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Python Requirements Update #299

Merged
merged 1 commit into from
Nov 14, 2023
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ oauthlib==3.2.2
# social-auth-core
packaging==23.2
# via drf-yasg
pbr==5.11.1
pbr==6.0.0
# via stevedore
psutil==5.9.6
# via edx-django-utils
Expand Down
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ 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
tox<4.0.0
12 changes: 6 additions & 6 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cryptography==41.0.5
# -r requirements/test.txt
# pyjwt
# social-auth-core
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.txt
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -157,7 +157,7 @@ exceptiongroup==1.1.3
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==19.13.0
faker==20.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -202,7 +202,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mypy==1.6.1
mypy==1.7.0
# via -r requirements/test.txt
mypy-extensions==1.0.0
# via
Expand All @@ -227,11 +227,11 @@ packaging==23.2
# pydata-sphinx-theme
# pytest
# sphinx
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.11.0
platformdirs==4.0.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -299,7 +299,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.txt
python-dateutil==2.8.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.7.2
# django
attrs==23.1.0
# via -r requirements/base.txt
boto3==1.28.78
boto3==1.28.84
# via
# -c requirements/constraints.txt
# -r requirements/production.in
botocore==1.31.78
botocore==1.31.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -131,7 +131,7 @@ packaging==23.2
# -r requirements/base.txt
# drf-yasg
# gunicorn
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cryptography==41.0.5
# -r requirements/base.txt
# pyjwt
# social-auth-core
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
defusedxml==0.8.0rc2
# via
Expand Down Expand Up @@ -119,7 +119,7 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==19.13.0
faker==20.0.0
# via factory-boy
idna==3.4
# via
Expand All @@ -141,7 +141,7 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.6.1
mypy==1.7.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -161,11 +161,11 @@ packaging==23.2
# -r requirements/base.txt
# drf-yasg
# pytest
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==3.11.0
platformdirs==4.0.0
# via pylint
pluggy==1.3.0
# via
Expand Down Expand Up @@ -214,7 +214,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
Expand Down
Loading