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

Closed
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 @@ -81,7 +81,7 @@ jsonschema-specifications==2023.12.1
# via jsonschema
markupsafe==2.1.3
# via jinja2
newrelic==9.4.0
newrelic==9.5.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down Expand Up @@ -114,7 +114,7 @@ referencing==0.32.1
# jsonschema-specifications
requests==2.31.0
# via edx-drf-extensions
rpds-py==0.16.2
rpds-py==0.17.1
# via
# jsonschema
# referencing
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ more-itertools==10.2.0
# via
# -r requirements/quality.txt
# jaraco-classes
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -382,7 +382,7 @@ rich==13.7.0
# via
# -r requirements/quality.txt
# twine
rpds-py==0.16.2
rpds-py==0.17.1
# via
# -r requirements/quality.txt
# jsonschema
Expand Down Expand Up @@ -435,7 +435,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.11.4
tox==4.12.0
# via -r requirements/ci.txt
twine==4.0.2
# via -r requirements/quality.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ markupsafe==2.1.3
# via
# -r requirements/test.txt
# jinja2
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -229,7 +229,7 @@ requests==2.31.0
# sphinx
restructuredtext-lint==1.4.0
# via doc8
rpds-py==0.16.2
rpds-py==0.17.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -275,7 +275,7 @@ rfc3986==2.0.0
# via twine
rich==13.7.0
# via twine
rpds-py==0.16.2
rpds-py==0.17.1
# via
# -r requirements/test.txt
# jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -184,7 +184,7 @@ requests==2.31.0
# -r requirements/base.txt
# confluent-kafka
# edx-drf-extensions
rpds-py==0.16.2
rpds-py==0.17.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==9.4.0
newrelic==9.5.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -186,7 +186,7 @@ requests==2.31.0
# via
# -r requirements/base.txt
# edx-drf-extensions
rpds-py==0.16.2
rpds-py==0.17.1
# via
# -r requirements/base.txt
# jsonschema
Expand Down
Loading