Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Dec 19, 2023
1 parent fa7d1e6 commit 41ba106
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 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
# via django
beautifulsoup4==4.11.2
# via wagtail
boto3==1.34.1
boto3==1.34.3
# via -r requirements/base.in
botocore==1.34.1
botocore==1.34.3
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -163,7 +163,7 @@ pillow==10.1.0
# wagtail
pillow-heif==0.14.0
# via willow
psutil==5.9.6
psutil==5.9.7
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.1
boto3==1.34.3
# via -r requirements/quality.txt
botocore==1.34.1
botocore==1.34.3
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -100,7 +100,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
diff-cover==8.0.1
diff-cover==8.0.2
# via -r requirements/dev.in
dill==0.3.7
# via
Expand Down Expand Up @@ -350,7 +350,7 @@ pluggy==1.3.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.1
boto3==1.34.3
# via -r requirements/test.txt
botocore==1.34.1
botocore==1.34.3
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -338,7 +338,7 @@ pluggy==1.3.0
# -r requirements/test.txt
# pytest
# tox
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ beautifulsoup4==4.11.2
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.1
boto3==1.34.3
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.1
botocore==1.34.3
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -231,7 +231,7 @@ pillow-heif==0.14.0
# via
# -r requirements/base.txt
# willow
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.1
boto3==1.34.3
# via -r requirements/test.txt
botocore==1.34.1
botocore==1.34.3
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -319,7 +319,7 @@ pluggy==1.3.0
# -r requirements/test.txt
# pytest
# tox
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ beautifulsoup4==4.11.2
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.1
boto3==1.34.3
# via -r requirements/base.txt
botocore==1.34.1
botocore==1.34.3
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -291,7 +291,7 @@ pluggy==1.3.0
# via
# pytest
# tox
psutil==5.9.6
psutil==5.9.7
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit 41ba106

Please sign in to comment.