Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jul 3, 2023
2 parents faddffc + fab6121 commit a05e48b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ kombu==5.3.1
# via celery
markupsafe==2.1.3
# via jinja2
newrelic==8.8.0
newrelic==8.8.1
# via edx-django-utils
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.7.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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==3.2.1
# via -r requirements/quality.txt
faker==18.11.1
faker==18.11.2
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -225,7 +225,7 @@ mccabe==0.7.0
# pylint
mock==5.0.2
# via -r requirements/quality.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -245,13 +245,13 @@ pbr==5.11.1
# stevedore
pip-tools==6.13.0
# via -r requirements/pip-tools.txt
platformdirs==3.7.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 @@ -316,7 +316,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
11 changes: 5 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.11.1
faker==18.11.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -199,7 +199,7 @@ jsonfield==3.1.0
# via
# -r requirements/test.txt
# edx-celeryutils
keyring==24.0.0
keyring==24.2.0
# via twine
kombu==5.3.1
# via
Expand All @@ -217,7 +217,7 @@ mock==5.0.2
# via -r requirements/test.txt
more-itertools==9.1.0
# via jaraco-classes
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -234,7 +234,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 @@ -270,7 +270,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 @@ -332,7 +332,6 @@ soupsieve==2.4.1
# via beautifulsoup4
sphinx==4.2.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c requirements/constraints.txt
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ exceptiongroup==1.1.1
# pytest
factory-boy==3.2.1
# via -r requirements/test.txt
faker==18.11.1
faker==18.11.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -188,7 +188,7 @@ mccabe==0.7.0
# via pylint
mock==5.0.2
# via -r requirements/test.txt
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -200,9 +200,9 @@ pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.7.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 @@ -244,7 +244,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 @@ -129,7 +129,7 @@ exceptiongroup==1.1.1
# via pytest
factory-boy==3.2.1
# via -r requirements/test.in
faker==18.11.1
faker==18.11.2
# via factory-boy
fasteners==0.18
# via -r requirements/base.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ markupsafe==2.1.3
# jinja2
mock==5.0.2
# via -r requirements/test.in
newrelic==8.8.0
newrelic==8.8.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -169,7 +169,7 @@ pbr==5.11.1
# via
# -r requirements/base.txt
# stevedore
pluggy==1.0.0
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
# via
Expand All @@ -191,7 +191,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 a05e48b

Please sign in to comment.