Skip to content

Commit

Permalink
Merge pull request #504 from edx/jenkins/upgrade-python-requirements-…
Browse files Browse the repository at this point in the history
…1a96fc0

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Nov 20, 2023
2 parents 1a96fc0 + e5edf7b commit f77c191
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-waffle==4.0.0
# edx-django-utils
edx-django-utils==5.8.0
# via -r requirements/base.in
newrelic==9.1.2
newrelic==9.2.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -177,7 +177,7 @@ more-itertools==10.1.0
# via
# -r requirements/quality.txt
# jaraco-classes
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -235,7 +235,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.16.1
pygments==2.17.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -312,7 +312,7 @@ rfc3986==2.0.0
# via
# -r requirements/quality.txt
# twine
rich==13.6.0
rich==13.7.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -354,7 +354,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.7.2
# django
babel==2.13.1
# via sphinx
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -82,7 +82,7 @@ markupsafe==2.1.3
# via
# -r requirements/test.txt
# jinja2
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -109,7 +109,7 @@ pycparser==2.21
# via
# -r requirements/test.txt
# cffi
pygments==2.16.1
pygments==2.17.0
# via
# doc8
# readme-renderer
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.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 requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -108,7 +108,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/test.txt
# edx-django-utils
Expand Down Expand Up @@ -144,7 +144,7 @@ pycparser==2.21
# cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.16.1
pygments==2.17.0
# via
# readme-renderer
# rich
Expand Down Expand Up @@ -197,7 +197,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via twine
secretstorage==3.3.3
# via keyring
Expand All @@ -224,7 +224,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/quality.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.1.0
# via openedx-events
avro==1.11.3
# via confluent-kafka
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -70,11 +70,11 @@ jinja2==3.1.2
# via code-annotations
markupsafe==2.1.3
# via jinja2
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==9.0.1
openedx-events==9.2.0
# via edx-event-bus-kafka
pbr==6.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jinja2==3.1.2
# via code-annotations
markupsafe==2.1.3
# via jinja2
newrelic==9.1.2
newrelic==9.2.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down

0 comments on commit f77c191

Please sign in to comment.