Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Feb 15, 2024
2 parents 0051aea + b4b9035 commit 3aaf332
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ pytest-cov==4.1.0
# via -r requirements/quality.txt
pytest-django==4.8.0
# via -r requirements/quality.txt
python-slugify==8.0.3
python-slugify==8.0.4
# via
# -r requirements/quality.txt
# code-annotations
Expand Down Expand Up @@ -347,7 +347,7 @@ tomlkit==0.12.3
# pylint
tox==4.12.1
# via -r requirements/ci.txt
twine==4.0.2
twine==5.0.0
# via -r requirements/quality.txt
typing-extensions==4.9.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ tomli==2.0.1
# coverage
# doc8
# pytest
twine==4.0.2
twine==5.0.0
# via -r requirements/doc.in
typing-extensions==4.9.0
# via
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.42.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
setuptools==69.1.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.8.0
# via -r requirements/test.txt
python-slugify==8.0.3
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via
Expand Down Expand Up @@ -193,7 +193,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
twine==4.0.2
twine==5.0.0
# via -r requirements/quality.in
typing-extensions==4.9.0
# via
Expand Down

0 comments on commit 3aaf332

Please sign in to comment.