Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
irtazaakram authored May 27, 2024
2 parents e7476fe + 07adaaa commit 6ed0b79
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.0
# via django
typing-extensions==4.11.0
typing-extensions==4.12.0
# via asgiref
web-fragments==2.2.0
# via xblock
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.0.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.2.1
astroid==3.2.2
# via pylint
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand Down Expand Up @@ -70,9 +70,9 @@ pluggy==1.5.0
# pytest
pycodestyle==2.11.1
# via -r requirements/quality.in
pylint==3.2.1
pylint==3.2.2
# via -r requirements/quality.in
pytest==8.2.0
pytest==8.2.1
# via
# -r requirements/test.txt
# pytest-django
Expand Down Expand Up @@ -110,7 +110,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# -r requirements/base.txt
# asgiref
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.1
# via pytest-django
pytest-django==4.8.0
# via -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
requests==2.31.0
requests==2.32.2
# via coveralls
tomli==2.0.1
# via
Expand Down

0 comments on commit 6ed0b79

Please sign in to comment.