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 Sep 26, 2023
1 parent f428a2c commit b3007ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lxml==4.9.3
# via -r requirements/base.in
requests==2.31.0
# via -r requirements/base.in
urllib3==2.0.4
urllib3==2.0.5
# via requests
youtube-dl==2021.12.17
# via -r requirements/base.in
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ coverage[toml]==7.3.1
# -r requirements/ci.txt
# -r requirements/quality.txt
# pytest-cov
cryptography==41.0.3
cryptography==41.0.4
# via secretstorage
distlib==0.3.7
# via
Expand Down Expand Up @@ -74,7 +74,7 @@ importlib-metadata==6.8.0
# build
# keyring
# twine
importlib-resources==6.0.1
importlib-resources==6.1.0
# via keyring
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ typing-extensions==4.8.0
# -r requirements/quality.txt
# black
# rich
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/quality.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.8.0
# via black
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/test.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tomli==2.0.1
# via
# coverage
# pytest
urllib3==2.0.4
urllib3==2.0.5
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit b3007ec

Please sign in to comment.