Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Oct 14, 2024
1 parent 328b9d8 commit ce1f613
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via edx-django-utils
Expand Down Expand Up @@ -50,7 +50,7 @@ dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
edx-django-utils==5.16.0
edx-django-utils==6.0.0
# via edx-drf-extensions
edx-drf-extensions==10.4.0
# via -r requirements/base.in
Expand All @@ -60,7 +60,7 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
idna==3.10
# via requests
newrelic==10.0.0
newrelic==10.1.0
# via edx-django-utils
pbr==6.1.0
# via stevedore
Expand Down
16 changes: 8 additions & 8 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cffi==1.17.1
# pynacl
chardet==5.2.0
# via tox
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# -r requirements/base.txt
# requests
Expand All @@ -42,7 +42,7 @@ code-annotations==1.8.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.6.1
coverage[toml]==7.6.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -54,7 +54,7 @@ ddt==1.7.2
# via -r requirements/test.in
dill==0.3.9
# via pylint
distlib==0.3.8
distlib==0.3.9
# via virtualenv
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -94,7 +94,7 @@ drf-jwt==1.19.2
# via
# -r requirements/base.txt
# edx-drf-extensions
edx-django-utils==5.16.0
edx-django-utils==6.0.0
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand All @@ -108,7 +108,7 @@ edx-opaque-keys==2.11.0
# edx-drf-extensions
factory-boy==3.3.1
# via -r requirements/test.in
faker==30.1.0
faker==30.3.0
# via factory-boy
filelock==3.16.1
# via
Expand All @@ -126,11 +126,11 @@ isort==5.13.2
# via pylint
jinja2==3.1.4
# via code-annotations
markupsafe==2.1.5
markupsafe==3.0.1
# via jinja2
mccabe==0.7.0
# via pylint
newrelic==10.0.0
newrelic==10.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -177,7 +177,7 @@ pylint==3.3.1
# pylint-plugin-utils
pylint-celery==0.3
# via edx-lint
pylint-django==2.5.5
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
# via
Expand Down

0 comments on commit ce1f613

Please sign in to comment.