Skip to content

Commit

Permalink
Merge pull request #180 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-4c91f29

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jul 3, 2023
2 parents 4c91f29 + c7c5f41 commit 01d8be6
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 27 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jinja2==3.1.2
# via code-annotations
markupsafe==2.1.3
# via jinja2
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
openedx-events==8.0.1
openedx-events==8.2.0
# via -r requirements/base.in
pbr==5.11.1
# via stevedore
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ filelock==3.12.2
# virtualenv
packaging==23.1
# via tox
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
py==1.11.0
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jinja2==3.1.2
# -r requirements/quality.txt
# code-annotations
# diff-cover
keyring==24.0.0
keyring==24.2.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -198,11 +198,11 @@ more-itertools==9.1.0
# via
# -r requirements/quality.txt
# jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/quality.txt
# edx-django-utils
openedx-events==8.0.1
openedx-events==8.2.0
# via -r requirements/quality.txt
packaging==23.1
# via
Expand All @@ -224,13 +224,13 @@ pkginfo==1.9.6
# via
# -r requirements/quality.txt
# twine
platformdirs==3.6.0
platformdirs==3.8.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -293,7 +293,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
13 changes: 6 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jinja2==3.1.2
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==24.0.0
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand All @@ -148,11 +148,11 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==8.0.1
openedx-events==8.2.0
# via -r requirements/test.txt
packaging==23.1
# via
Expand All @@ -167,7 +167,7 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -199,7 +199,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.0.0
# via build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -246,9 +246,8 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.4.1
# via beautifulsoup4
sphinx==5.3.0
sphinx==6.2.1
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jinja2==3.1.2
# via
# -r requirements/test.txt
# code-annotations
keyring==24.0.0
keyring==24.2.0
# via twine
lazy-object-proxy==1.9.0
# via astroid
Expand All @@ -146,11 +146,11 @@ mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
openedx-events==8.0.1
openedx-events==8.2.0
# via -r requirements/test.txt
packaging==23.1
# via
Expand All @@ -162,9 +162,9 @@ pbr==5.11.1
# stevedore
pkginfo==1.9.6
# via twine
platformdirs==3.6.0
platformdirs==3.8.0
# via pylint
pluggy==1.0.0
pluggy==1.2.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -206,7 +206,7 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ markupsafe==2.1.3
# via
# -r requirements/base.txt
# jinja2
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
openedx-events==8.0.1
openedx-events==8.2.0
# via -r requirements/base.txt
packaging==23.1
# via pytest
pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
psutil==5.9.5
# via
Expand All @@ -114,7 +114,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.3.2
pytest==7.4.0
# via
# pytest-cov
# pytest-django
Expand Down

0 comments on commit 01d8be6

Please sign in to comment.