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 Sep 11, 2023
1 parent 5416368 commit d918bf8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ astroid==2.15.6
# -r requirements/test.txt
# pylint
# pylint-celery
build==1.0.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -29,7 +29,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.txt
ddt==1.6.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -147,7 +147,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
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ typing-extensions==4.7.1
# edx-opaque-keys
# filelock
# pylint
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down
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
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.0
# 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 @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.in
ddt==1.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -89,7 +89,7 @@ pymongo==3.13.0
# via
# -r requirements/base.txt
# edx-opaque-keys
pytest==7.4.1
pytest==7.4.2
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -125,7 +125,7 @@ typing-extensions==4.7.1
# edx-opaque-keys
# filelock
# pylint
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit d918bf8

Please sign in to comment.