Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

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 10, 2023
1 parent 50b321e commit 09c8da5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
idna==3.4
# via requests
requests==2.31.0
# via -r requirements/base.in
urllib3==2.0.5
urllib3==2.0.6
# via requests
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
Expand Down
18 changes: 7 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
astroid==2.15.8
astroid==3.0.0
# via pylint
certifi==2023.7.22
# via
# -r requirements/base.txt
# requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -34,21 +34,19 @@ iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
packaging==23.1
packaging==23.2
# via pytest
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
# via -r requirements/test.in
pydocstyle==6.3.0
# via -r requirements/test.in
pylint==2.17.6
pylint==3.0.1
# via -r requirements/test.in
pytest==7.4.2
# via
Expand All @@ -73,9 +71,7 @@ typing-extensions==4.8.0
# via
# astroid
# pylint
urllib3==2.0.5
urllib3==2.0.6
# via
# -r requirements/base.txt
# requests
wrapt==1.15.0
# via astroid
6 changes: 3 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# make upgrade
#
coverage==7.3.1
coverage==7.3.2
# via -r requirements/tox.in
distlib==0.3.7
# via virtualenv
filelock==3.12.4
# via
# tox
# virtualenv
packaging==23.1
packaging==23.2
# via tox
platformdirs==3.10.0
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via tox
Expand Down

0 comments on commit 09c8da5

Please sign in to comment.