Skip to content

Commit

Permalink
chore: Updating Python Requirements (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 26, 2024
1 parent 9bd04b3 commit de055fb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.7
cryptography==42.0.1
# via pyjwt
django==3.2.23
# via
Expand Down Expand Up @@ -45,11 +45,11 @@ edx-opaque-keys==2.5.1
# via -r requirements/base.in
idna==3.6
# via requests
newrelic==9.5.0
newrelic==9.6.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
psutil==5.9.7
psutil==5.9.8
# via edx-django-utils
pycparser==2.21
# via cffi
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ coverage[toml]==7.4.0
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -138,7 +138,7 @@ exceptiongroup==1.2.0
# pytest
factory-boy==2.12.0
# via -r requirements/test.txt
faker==22.2.0
faker==22.5.1
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -177,7 +177,7 @@ jinja2==3.1.3
# -r requirements/test.txt
# code-annotations
# sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -186,7 +186,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -210,12 +210,12 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/test.txt
# pytest
# tox
psutil==5.9.7
psutil==5.9.8
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -284,7 +284,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# faker
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jinja2==3.1.3
# via
# -c requirements/test.txt
# sphinx
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -c requirements/test.txt
# jinja2
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ coverage[toml]==7.4.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -87,7 +87,7 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==2.12.0
# via -r requirements/test.in
faker==22.2.0
faker==22.5.1
# via factory-boy
filelock==3.13.1
# via
Expand All @@ -107,11 +107,11 @@ isort==5.13.2
# pylint
jinja2==3.1.3
# via code-annotations
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==9.5.0
newrelic==9.6.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -129,11 +129,11 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# pytest
# tox
psutil==5.9.7
psutil==5.9.8
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -182,7 +182,7 @@ pytest-django==4.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via faker
python-slugify==8.0.1
python-slugify==8.0.2
# via code-annotations
pytz==2023.3.post1
# via
Expand Down

0 comments on commit de055fb

Please sign in to comment.