Skip to content

Commit

Permalink
chore: Updating Python Requirements (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 3, 2023
1 parent b6908a7 commit c636663
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.0.1
# via requests
click==8.1.3
# via edx-django-utils
cryptography==39.0.1
cryptography==39.0.2
# via pyjwt
django==3.2.18
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ attrs==22.2.0
# via
# -r requirements/test.txt
# pytest
babel==2.11.0
babel==2.12.1
# via
# -r requirements/docs.txt
# sphinx
Expand Down Expand Up @@ -60,11 +60,11 @@ code-annotations==1.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.2.0
coverage[toml]==7.2.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==39.0.1
cryptography==39.0.2
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -128,7 +128,7 @@ exceptiongroup==1.1.0
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==17.0.0
faker==17.5.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -290,7 +290,7 @@ python-dateutil==2.8.2
# -r requirements/base.txt
# -r requirements/test.txt
# faker
python-slugify==8.0.0
python-slugify==8.0.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -407,15 +407,15 @@ urllib3==1.26.14
# -r requirements/docs.txt
# -r requirements/test.txt
# requests
virtualenv==20.19.0
virtualenv==20.20.0
# via
# -r requirements/test.txt
# tox
wrapt==1.14.1
wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.14.0
zipp==3.15.0
# via
# -r requirements/docs.txt
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
alabaster==0.7.13
# via sphinx
babel==2.11.0
babel==2.12.1
# via sphinx
certifi==2022.12.7
# via
Expand Down Expand Up @@ -78,7 +78,7 @@ urllib3==1.26.14
# via
# -c requirements/test.txt
# requests
zipp==3.14.0
zipp==3.15.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.3
# via pip-tools
packaging==23.0
# via build
pip-tools==6.12.2
pip-tools==6.12.3
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via build
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
# via edx-lint
coverage[toml]==7.2.0
coverage[toml]==7.2.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==39.0.1
cryptography==39.0.2
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -82,7 +82,7 @@ exceptiongroup==1.1.0
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==17.0.0
faker==17.5.0
# via factory-boy
filelock==3.9.0
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ python-dateutil==2.8.2
# via
# -r requirements/base.txt
# faker
python-slugify==8.0.0
python-slugify==8.0.1
# via code-annotations
pytz==2022.7.1
# via
Expand Down Expand Up @@ -242,7 +242,7 @@ urllib3==1.26.14
# via
# -r requirements/base.txt
# requests
virtualenv==20.19.0
virtualenv==20.20.0
# via tox
wrapt==1.14.1
wrapt==1.15.0
# via astroid

0 comments on commit c636663

Please sign in to comment.