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 Oct 18, 2023
1 parent 6f38984 commit 3e25140
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.in
urllib3==2.0.6
urllib3==2.0.7
# via requests
virtualenv==20.24.5
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ code-annotations==1.5.0
# via edx-lint
cryptography==41.0.4
# via secretstorage
diff-cover==7.7.0
diff-cover==8.0.0
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -117,7 +117,7 @@ polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -201,7 +201,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# twine
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.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pkginfo==1.9.6
# via twine
platformdirs==3.11.0
# via pylint
pycodestyle==2.11.0
pycodestyle==2.11.1
# via -r requirements/quality.in
pycparser==2.21
# via cffi
Expand Down Expand Up @@ -142,7 +142,7 @@ typing-extensions==4.8.0
# astroid
# pylint
# rich
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# twine
Expand Down
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
asgiref==3.7.2
# via django
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit 3e25140

Please sign in to comment.