Skip to content

Commit

Permalink
chore: Updating Python Requirements (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 5, 2023
1 parent 1946029 commit 3da2ac7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ charset-normalizer==3.2.0
# via requests
click==8.1.7
# via edx-django-utils
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# django-crum
Expand All @@ -40,7 +40,7 @@ pyjwt==2.8.0
# via -r requirements/base.in
pynacl==1.5.0
# via edx-django-utils
pytz==2023.3
pytz==2023.3.post1
# via django
requests==2.31.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.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/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.3
virtualenv==20.24.4
# via tox
13 changes: 8 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bleach==6.0.0
# via
# -r requirements/test.txt
# readme-renderer
build==0.10.0
build==1.0.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -69,7 +69,7 @@ distlib==0.3.7
# via
# -r requirements/ci.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -109,7 +109,9 @@ idna==3.4
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
# keyring
# twine
importlib-resources==6.0.1
Expand Down Expand Up @@ -248,7 +250,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -265,7 +267,7 @@ python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -370,7 +372,7 @@ urllib3==2.0.4
# requests
# responses
# twine
virtualenv==20.24.3
virtualenv==20.24.4
# via
# -r requirements/ci.txt
# tox
Expand All @@ -388,6 +390,7 @@ wrapt==1.15.0
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# importlib-metadata
# importlib-resources
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand All @@ -168,7 +168,7 @@ python-dateutil==2.8.2
# via freezegun
python-slugify==8.0.1
# via code-annotations
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand Down

0 comments on commit 3da2ac7

Please sign in to comment.