Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Nov 20, 2023
2 parents 2c10a1b + fa03bea commit 32fac41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.0.1
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
certifi==2023.7.22
certifi==2023.11.17
# via requests
chardet==5.2.0
# via binaryornot
Expand Down Expand Up @@ -56,7 +56,7 @@ platformdirs==3.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# pylint
pygments==2.16.1
pygments==2.17.1
# via rich
pylint==3.0.2
# via
Expand Down Expand Up @@ -84,7 +84,7 @@ pyyaml==6.0.1
# cookiecutter
requests==2.31.0
# via cookiecutter
rich==13.6.0
rich==13.7.0
# via cookiecutter
six==1.16.0
# via
Expand All @@ -96,7 +96,7 @@ text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
types-python-dateutil==2.8.19.14
# via arrow
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -253,7 +253,7 @@ pydata-sphinx-theme==0.14.3
# sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.txt
pygments==2.16.1
pygments==2.17.1
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -339,7 +339,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.6.0
rich==13.7.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -428,7 +428,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ binaryornot==0.4.4
# cookiecutter
build==1.0.3
# via -r requirements/test.in
certifi==2023.7.22
certifi==2023.11.17
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -182,7 +182,7 @@ pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pydocstyle==6.3.0
# via -r requirements/test.in
pygments==2.16.1
pygments==2.17.1
# via
# -r requirements/base.txt
# accessible-pygments
Expand Down Expand Up @@ -250,7 +250,7 @@ restructuredtext-lint==1.4.0
# via doc8
rfc3986==2.0.0
# via twine
rich==13.6.0
rich==13.7.0
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -313,7 +313,7 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via
# -r requirements/base.txt
# pylint
Expand Down

0 comments on commit 32fac41

Please sign in to comment.