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 #306

Closed
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 @@ -6,7 +6,7 @@
#
asgiref==3.7.2
# via django
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via pynacl
Expand All @@ -28,7 +28,7 @@ edx-django-utils==5.8.0
# via -r requirements/base.in
idna==3.4
# via requests
newrelic==9.1.2
newrelic==9.2.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -160,7 +160,7 @@ more-itertools==10.1.0
# via
# -r requirements/test.txt
# jaraco-classes
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -213,7 +213,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.16.1
pygments==2.17.1
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -289,13 +289,13 @@ requests-toolbelt==1.0.0
# via
# -r requirements/test.txt
# twine
responses==0.24.0
responses==0.24.1
# via -r requirements/test.txt
rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.6.0
rich==13.7.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -337,7 +337,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.3
# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -104,7 +104,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -134,7 +134,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pygments==2.16.1
pygments==2.17.1
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -189,11 +189,11 @@ requests==2.31.0
# twine
requests-toolbelt==1.0.0
# via twine
responses==0.24.0
responses==0.24.1
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -219,7 +219,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
twine==4.0.2
# via -r requirements/test.in
Expand Down
Loading