Skip to content

Commit

Permalink
chore: python requirements update (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and zawan-ila committed Feb 7, 2025
1 parent d3732e6 commit 8058d4b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ attrs==25.1.0
# zeep
backoff==2.2.1
# via -r requirements/base.in
beautifulsoup4==4.13.1
beautifulsoup4==4.13.2
# via
# -r requirements/base.in
# taxonomy-connector
billiard==4.2.1
# via celery
boto3==1.36.11
boto3==1.36.12
# via django-ses
botocore==1.36.11
botocore==1.36.12
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -439,7 +439,7 @@ packaging==24.2
# django-nine
# drf-yasg
# snowflake-connector-python
pbr==6.1.0
pbr==6.1.1
# via stevedore
pillow==9.5.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.1
beautifulsoup4==4.13.2
# via pydata-sphinx-theme
certifi==2025.1.31
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ babel==2.17.0
# sphinx
backoff==2.2.1
# via -r requirements/test.txt
beautifulsoup4==4.13.1
beautifulsoup4==4.13.2
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -88,11 +88,11 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.36.11
boto3==1.36.12
# via
# -r requirements/test.txt
# django-ses
botocore==1.36.11
botocore==1.36.12
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -708,7 +708,7 @@ packaging==24.2
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -862,7 +862,7 @@ pytest-django==4.9.0
pytest-responses==0.5.1
# via -r requirements/test.txt
pytest-split==0.10.0
# via -r requirements/local.in
# via -r requirements/test.txt
pytest-xdist==3.6.1
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ attrs==25.1.0
# zeep
backoff==2.2.1
# via -r requirements/base.txt
beautifulsoup4==4.13.1
beautifulsoup4==4.13.2
# via
# -r requirements/base.txt
# taxonomy-connector
billiard==4.2.1
# via
# -r requirements/base.txt
# celery
boto3==1.36.11
boto3==1.36.12
# via
# -r requirements/base.txt
# django-ses
botocore==1.36.11
botocore==1.36.12
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -541,7 +541,7 @@ packaging==24.2
# drf-yasg
# gunicorn
# snowflake-connector-python
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
Expand Down
11 changes: 7 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ attrs==25.1.0
# zeep
backoff==2.2.1
# via -r requirements/base.txt
beautifulsoup4==4.13.1
beautifulsoup4==4.13.2
# via
# -r requirements/base.txt
# taxonomy-connector
Expand All @@ -71,11 +71,11 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.36.11
boto3==1.36.12
# via
# -r requirements/base.txt
# django-ses
botocore==1.36.11
botocore==1.36.12
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -621,7 +621,7 @@ packaging==24.2
# semgrep
# snowflake-connector-python
# tox
pbr==6.1.0
pbr==6.1.1
# via
# -r requirements/base.txt
# stevedore
Expand Down Expand Up @@ -739,13 +739,16 @@ pytest==8.3.4
# pytest-cov
# pytest-django
# pytest-responses
# pytest-split
# pytest-xdist
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-django==4.9.0
# via -r requirements/test.in
pytest-responses==0.5.1
# via -r requirements/test.in
pytest-split==0.10.0
# via -r requirements/test.in
pytest-xdist==3.6.1
# via -r requirements/test.in
python-dateutil==2.9.0.post0
Expand Down

0 comments on commit 8058d4b

Please sign in to comment.