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

chore: Upgrade Python requirements #80

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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.82
boto3==1.35.87
# via -r requirements/base.in
botocore==1.35.82
botocore==1.35.87
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
coreapi==2.3.3
# via -r requirements/base.in
Expand Down Expand Up @@ -151,7 +151,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via coreschema
jmespath==1.0.1
# via
Expand All @@ -177,7 +177,7 @@ pandas==2.0.3
# via edx-enterprise-data
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.82
boto3==1.35.87
# via -r requirements/base.in
botocore==1.35.82
botocore==1.35.87
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
coreapi==2.3.3
# via -r requirements/base.in
Expand Down Expand Up @@ -151,7 +151,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via coreschema
jmespath==1.0.1
# via
Expand Down Expand Up @@ -179,7 +179,7 @@ pandas==2.0.3
# via edx-enterprise-data
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.82
boto3==1.35.87
# via -r requirements/base.in
botocore==1.35.82
botocore==1.35.87
# via
# boto3
# s3transfer
Expand All @@ -40,7 +40,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
coreapi==2.3.3
# via -r requirements/base.in
Expand Down Expand Up @@ -169,7 +169,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# coreschema
# sphinx
Expand Down Expand Up @@ -204,7 +204,7 @@ path==16.14.0
# -r requirements/doc.in
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.2.2.post1
# via pip-tools
click==8.1.7
click==8.1.8
# via pip-tools
importlib-metadata==8.5.0
# via build
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.82
boto3==1.35.87
# via -r requirements/base.in
botocore==1.35.82
botocore==1.35.87
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
coreapi==2.3.3
# via -r requirements/base.in
Expand Down Expand Up @@ -157,7 +157,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via coreschema
jmespath==1.0.1
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ path-py==8.2.1
# via -r requirements/production.in
pbr==6.1.0
# via stevedore
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.82
boto3==1.35.87
# via -r requirements/base.in
botocore==1.35.82
botocore==1.35.87
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ chardet==5.2.0
# via diff-cover
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via edx-django-utils
coreapi==2.3.3
# via -r requirements/base.in
Expand Down Expand Up @@ -174,7 +174,7 @@ isort==5.13.2
# via pylint
itypes==1.2.0
# via coreapi
jinja2==3.1.4
jinja2==3.1.5
# via
# coreschema
# diff-cover
Expand Down Expand Up @@ -212,7 +212,7 @@ pluggy==1.5.0
# via
# diff-cover
# pytest
psutil==6.1.0
psutil==6.1.1
# via edx-django-utils
pycodestyle==2.12.1
# via -r requirements/test.in
Expand Down
Loading