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

Commit

Permalink
chore: Updating Python Requirements (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 12, 2023
1 parent 26c6f46 commit 2300206
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ typing-extensions==4.7.1
# via
# -r requirements/tox.txt
# filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
8 changes: 4 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==2.15.6
# pylint-celery
bok-choy==2.0.2
# via -r requirements/test.txt
build==1.0.0
build==1.0.3
# via
# -r requirements/pip_tools.txt
# pip-tools
Expand Down Expand Up @@ -51,7 +51,7 @@ code-annotations==1.5.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -330,7 +330,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip_tools.txt
# build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -471,7 +471,7 @@ urllib3==2.0.4
# -r requirements/test.txt
# requests
# selenium
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ code-annotations==1.5.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -260,7 +260,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.1
pytest==7.4.2
# 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 @@ -31,5 +31,5 @@ tox-battery==0.6.2
# via -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox

0 comments on commit 2300206

Please sign in to comment.