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 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Apr 17, 2023
1 parent 9c84d34 commit a40b1b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
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.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.3
pip-tools==6.13.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
6 changes: 2 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
astroid==2.15.2
# via pylint
attrs==22.2.0
# via pytest
certifi==2022.12.7
# via
# -r requirements/base.txt
Expand All @@ -16,7 +14,7 @@ charset-normalizer==3.1.0
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.2.2
coverage[toml]==7.2.3
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -52,7 +50,7 @@ pydocstyle==6.3.0
# via -r requirements/test.in
pylint==2.17.2
# via -r requirements/test.in
pytest==7.2.2
pytest==7.3.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
coverage==7.2.2
coverage==7.2.3
# via -r requirements/tox.in
distlib==0.3.6
# via virtualenv
filelock==3.10.7
filelock==3.11.0
# via
# tox
# virtualenv
Expand Down

0 comments on commit a40b1b9

Please sign in to comment.