Skip to content

Commit

Permalink
Merge pull request #18 from edx/repo-tools/upgrade-python-requirement…
Browse files Browse the repository at this point in the history
…s-0797775

chore: Upgrade Python requirements
  • Loading branch information
mahamakifdar19 authored Aug 6, 2024
2 parents 0797775 + e249f63 commit 562b454
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.in
botocore==1.34.152
botocore==1.34.154
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -118,7 +118,7 @@ edx-drf-extensions==10.3.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==8.3.0
edx-enterprise-data==8.3.1
# via -r requirements/base.in
edx-opaque-keys==2.10.0
# via
Expand Down Expand Up @@ -230,7 +230,7 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
tqdm==4.66.4
tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.in
botocore==1.34.152
botocore==1.34.154
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -118,7 +118,7 @@ edx-drf-extensions==10.3.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==8.3.0
edx-enterprise-data==8.3.1
# via -r requirements/base.in
edx-opaque-keys==2.10.0
# via
Expand Down Expand Up @@ -232,7 +232,7 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
tqdm==4.66.4
tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.in
botocore==1.34.152
botocore==1.34.154
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -132,7 +132,7 @@ edx-drf-extensions==10.3.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==8.3.0
edx-enterprise-data==8.3.1
# via -r requirements/base.in
edx-opaque-keys==2.10.0
# via
Expand Down Expand Up @@ -287,7 +287,7 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
tqdm==4.66.4
tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/pip.txt requirements/pip.in
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tomli==2.0.1
# via
# build
# pip-tools
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.19.2
# via importlib-metadata
Expand Down
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.in
botocore==1.34.152
botocore==1.34.154
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -118,7 +118,7 @@ edx-drf-extensions==10.3.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==8.3.0
edx-enterprise-data==8.3.1
# via -r requirements/base.in
edx-opaque-keys==2.10.0
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ stevedore==5.2.0
# via
# edx-django-utils
# edx-opaque-keys
tqdm==4.66.4
tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
Expand All @@ -270,7 +270,7 @@ zipp==3.19.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.4.post2
zope-interface==7.0
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.34.152
boto3==1.34.154
# via -r requirements/base.in
botocore==1.34.152
botocore==1.34.154
# via
# boto3
# s3transfer
Expand All @@ -39,7 +39,7 @@ coreapi==2.3.3
# via -r requirements/base.in
coreschema==0.0.4
# via coreapi
coverage[toml]==7.6.0
coverage[toml]==7.6.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -131,7 +131,7 @@ edx-drf-extensions==10.3.0
# -r requirements/base.in
# edx-enterprise-data
# edx-rbac
edx-enterprise-data==8.3.0
edx-enterprise-data==8.3.1
# via -r requirements/base.in
edx-opaque-keys==2.10.0
# via
Expand Down Expand Up @@ -207,7 +207,7 @@ pluggy==1.5.0
# pytest
psutil==6.0.0
# via edx-django-utils
pycodestyle==2.12.0
pycodestyle==2.12.1
# via -r requirements/test.in
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -294,7 +294,7 @@ tomli==2.0.1
# via
# coverage
# pytest
tqdm==4.66.4
tqdm==4.66.5
# via -r requirements/base.in
typing-extensions==4.12.2
# via
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.16.0
tox==4.17.0
# via -r requirements/tox.in
virtualenv==20.26.3
# via tox

0 comments on commit 562b454

Please sign in to comment.