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

Python Requirements Update #712

Merged
merged 1 commit into from
Feb 21, 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
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
Loading