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

chore: Upgrade Python requirements #424

Merged
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
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
Loading