Skip to content

Commit

Permalink
chore: Updating Python Requirements (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 15, 2023
1 parent d56c0fe commit cbe49a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ exceptiongroup==1.1.3
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==19.4.0
faker==19.6.1
# via
# -r requirements/test.txt
# factory-boy
filelock==3.12.3
filelock==3.12.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -302,6 +302,7 @@ six==1.16.0
# via
# -r requirements/test.txt
# edx-lint
# python-dateutil
# tox
snowballstemmer==2.2.0
# via
Expand Down Expand Up @@ -382,15 +383,14 @@ typing-extensions==4.7.1
# astroid
# edx-opaque-keys
# faker
# filelock
# pylint
urllib3==2.0.4
# via
# -r requirements/base.txt
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/test.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.2.0
setuptools==68.2.2
# via -r requirements/pip.in
11 changes: 5 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ exceptiongroup==1.1.3
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==19.4.0
faker==19.6.1
# via factory-boy
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand Down Expand Up @@ -174,8 +174,7 @@ pytest-cov==4.1.0
pytest-django==4.5.2
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# faker
# via faker
python-slugify==8.0.1
# via code-annotations
pytz==2023.3.post1
Expand All @@ -192,6 +191,7 @@ semantic-version==2.10.0
six==1.16.0
# via
# edx-lint
# python-dateutil
# tox
sqlparse==0.4.4
# via
Expand Down Expand Up @@ -224,13 +224,12 @@ typing-extensions==4.7.1
# astroid
# edx-opaque-keys
# faker
# filelock
# pylint
urllib3==2.0.4
# via
# -r requirements/base.txt
# requests
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
wrapt==1.15.0
# via astroid

0 comments on commit cbe49a5

Please sign in to comment.