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

Commit

Permalink
chore: Updating Python Requirements (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Feb 21, 2024
1 parent eca9116 commit dae6f71
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 25 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.42
boto3==1.34.45
# via -r requirements/base.in
botocore==1.34.42
botocore==1.34.45
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.2
cryptography==42.0.3
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -130,7 +130,7 @@ edx-rest-api-client==5.6.1
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==23.2.0
faker==23.2.1
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.42
boto3==1.34.45
# via -r requirements/base.in
botocore==1.34.42
botocore==1.34.45
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.2
cryptography==42.0.3
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -130,7 +130,7 @@ edx-rest-api-client==5.6.1
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==23.2.0
faker==23.2.1
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.42
boto3==1.34.45
# via -r requirements/base.in
botocore==1.34.42
botocore==1.34.45
# via
# boto3
# s3transfer
Expand All @@ -43,7 +43,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.2
cryptography==42.0.3
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -144,7 +144,7 @@ edx-rest-api-client==5.6.1
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==23.2.0
faker==23.2.1
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
six==1.16.0
# via -r requirements/pip_tools.in
tomli==2.0.1
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.42
boto3==1.34.45
# via -r requirements/base.in
botocore==1.34.42
botocore==1.34.45
# via
# boto3
# s3transfer
Expand All @@ -33,7 +33,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
cryptography==42.0.2
cryptography==42.0.3
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -130,7 +130,7 @@ edx-rest-api-client==5.6.1
# edx-enterprise-data
factory-boy==3.3.0
# via edx-enterprise-data
faker==23.2.0
faker==23.2.1
# via factory-boy
gevent==24.2.1
# via -r requirements/production.in
Expand Down Expand Up @@ -255,7 +255,7 @@ zipp==3.17.0
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.1
zope-interface==6.2
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1
# via django
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.42
boto3==1.34.45
# via -r requirements/base.in
botocore==1.34.42
botocore==1.34.45
# via
# boto3
# s3transfer
Expand All @@ -41,7 +41,7 @@ coverage[toml]==7.4.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.2
cryptography==42.0.3
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -145,7 +145,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via edx-enterprise-data
faker==23.2.0
faker==23.2.1
# via factory-boy
freezegun==1.4.0
# via -r requirements/test.in
Expand Down Expand Up @@ -218,7 +218,7 @@ pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pytest==8.0.0
pytest==8.0.1
# via
# pytest-cov
# pytest-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.12.1
tox==4.13.0
# via -r requirements/tox.in
virtualenv==20.25.0
# via tox

0 comments on commit dae6f71

Please sign in to comment.