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 Jan 2, 2024
1 parent b94a71c commit 2e23f6e
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
coverage[toml]==7.3.2
coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -32,7 +32,7 @@ idna==3.6
# requests
iniconfig==2.0.0
# via pytest
isort==5.13.1
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
Expand All @@ -48,7 +48,7 @@ pydocstyle==6.3.0
# via -r requirements/test.in
pylint==3.0.3
# via -r requirements/test.in
pytest==7.4.3
pytest==7.4.4
# via
# -r requirements/test.in
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.2
coverage==7.4.0
# via -r requirements/tox.in
distlib==0.3.8
# via virtualenv
Expand Down

0 comments on commit 2e23f6e

Please sign in to comment.