Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #409

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ chardet==3.0.4
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.5
cryptography==42.0.7
# via pyjwt
django==4.2.13
# via
Expand Down Expand Up @@ -102,7 +102,7 @@ inflection==0.5.1
# via drf-yasg
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.in
# edx-django-utils
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/ci.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ code-annotations==1.8.0
# via -r requirements/test.in
colorama==0.4.6
# via pylint
coverage[toml]==7.5.0
coverage[toml]==7.5.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.5
cryptography==42.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -140,7 +140,7 @@ exceptiongroup==1.2.1
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==25.0.0
faker==25.2.0
# via factory-boy
filelock==3.14.0
# via
Expand All @@ -158,7 +158,7 @@ inflection==0.5.1
# drf-yasg
iniconfig==2.0.0
# via pytest
jinja2==3.1.3
jinja2==3.1.4
# via
# code-annotations
# diff-cover
Expand All @@ -172,7 +172,7 @@ more-itertools==5.0.0
# -r requirements/test.in
mysqlclient==2.2.4
# via -r requirements/base.txt
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -194,7 +194,7 @@ pbr==6.0.0
# stevedore
pep8==1.7.1
# via -r requirements/test.in
platformdirs==4.2.1
platformdirs==4.2.2
# via virtualenv
pluggy==1.5.0
# via
Expand All @@ -211,7 +211,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pygments==2.17.2
pygments==2.18.0
# via diff-cover
pyjwt[crypto]==2.8.0
# via
Expand Down Expand Up @@ -311,7 +311,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
wrapt==1.16.0
# via astroid
Loading