Skip to content
This repository has been archived by the owner on Jan 19, 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 authored and UsamaSadiq committed Apr 19, 2023
1 parent 4b0c30d commit 4edda50
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.2.3
# via -r requirements/ci.in
distlib==0.3.6
# via virtualenv
filelock==3.11.0
filelock==3.12.0
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.2
astroid==2.15.3
# via
# -r requirements/needle.txt
# pylint
Expand Down Expand Up @@ -52,7 +52,7 @@ execnet==1.9.0
# via
# -r requirements/needle.txt
# pytest-xdist
filelock==3.11.0
filelock==3.12.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -83,7 +83,7 @@ mccabe==0.7.0
# via
# -r requirements/needle.txt
# pylint
mock==5.0.1
mock==5.0.2
# via -r requirements/needle.txt
needle==0.5.0
# via -r requirements/needle.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.0
pytest==7.3.1
# via
# -r requirements/needle.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==6.3.0
importlib-metadata==6.5.0
# via sphinx
jinja2==3.1.2
# via sphinx
Expand All @@ -34,7 +34,7 @@ markupsafe==2.1.2
# via jinja2
packaging==23.1
# via sphinx
pygments==2.15.0
pygments==2.15.1
# via
# readme-renderer
# sphinx
Expand Down
6 changes: 3 additions & 3 deletions requirements/needle.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.2
astroid==2.15.3
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -67,7 +67,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
mock==5.0.1
mock==5.0.2
# via -r requirements/test.txt
needle==0.5.0
# via -r requirements/needle.in
Expand Down Expand Up @@ -113,7 +113,7 @@ pylint-plugin-utils==0.7
# -r requirements/test.txt
# pylint-celery
# pylint-django
pytest==7.3.0
pytest==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.40.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.0.1
pip==23.1
# via -r requirements/pip.in
setuptools==67.6.1
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.2
astroid==2.15.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -41,7 +41,7 @@ markupsafe==2.1.2
# via jinja2
mccabe==0.7.0
# via pylint
mock==5.0.1
mock==5.0.2
# via -r requirements/test.in
packaging==23.1
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ pylint-plugin-utils==0.7
# via
# pylint-celery
# pylint-django
pytest==7.3.0
pytest==7.3.1
# via
# pytest-cov
# pytest-xdist
Expand Down

0 comments on commit 4edda50

Please sign in to comment.