Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 22, 2024
1 parent 38b9fba commit 031f2df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2099,7 +2099,7 @@ tomlkit==0.13.2
# -r requirements/edx/testing.txt
# pylint
# snowflake-connector-python
tox==4.23.0
tox==4.23.1
# via -r requirements/edx/testing.txt
tqdm==4.66.5
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ tomlkit==0.13.2
# -r requirements/edx/base.txt
# pylint
# snowflake-connector-python
tox==4.23.0
tox==4.23.1
# via -r requirements/edx/testing.in
tqdm==4.66.5
# via
Expand Down
3 changes: 2 additions & 1 deletion scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,9 @@ unicodecsv==0.14.1
# via -r scripts/user_retirement/requirements/base.in
uritemplate==4.1.1
# via google-api-python-client
urllib3==2.2.3
urllib3==1.26.20
# via
# -r scripts/user_retirement/requirements/base.in
# botocore
# requests
zeep==4.3.1
Expand Down
2 changes: 1 addition & 1 deletion scripts/user_retirement/requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ uritemplate==4.1.1
# via
# -r scripts/user_retirement/requirements/base.txt
# google-api-python-client
urllib3==2.2.3
urllib3==1.26.20
# via
# -r scripts/user_retirement/requirements/base.txt
# botocore
Expand Down

0 comments on commit 031f2df

Please sign in to comment.