Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jan 29, 2024
2 parents d3d1326 + 18fdef5 commit 1a9b6a9
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
Expand Down
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==23.3.2
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r python-template/{{cookiecutter.placeholder_repo_name}}/requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@ code-annotations==1.5.0
# via edx-lint
cookiecutter==2.5.0
# via -r requirements/base.in
dill==0.3.7
dill==0.3.8
# via pylint
edx-lint==5.3.6
# via -r requirements/base.in
idna==3.6
# via requests
isort==5.13.2
# via pylint
jinja2==3.1.2
jinja2==3.1.3
# via
# code-annotations
# cookiecutter
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.3
markupsafe==2.1.4
# via jinja2
mccabe==0.7.0
# via pylint
Expand Down Expand Up @@ -72,7 +72,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
python-dateutil==2.8.2
# via arrow
python-slugify==8.0.1
python-slugify==8.0.2
# via
# code-annotations
# cookiecutter
Expand All @@ -96,7 +96,7 @@ tomli==2.0.1
# via pylint
tomlkit==0.12.3
# via pylint
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ platformdirs==4.1.0
# via
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via tox
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.4
tox==4.12.1
# via -r requirements/ci.in
virtualenv==20.25.0
# via tox
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ babel==2.14.0
# -r requirements/test.txt
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -90,11 +90,11 @@ cookiecutter==2.5.0
# via
# -r requirements/test.txt
# pytest-cookies
cryptography==41.0.7
cryptography==42.0.1
# via
# -r requirements/test.txt
# secretstorage
dill==0.3.7
dill==0.3.8
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -143,7 +143,7 @@ imagesize==1.4.1
# via
# -r requirements/test.txt
# sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -172,7 +172,7 @@ jeepney==0.8.0
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -186,7 +186,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/test.txt
# jinja2
Expand All @@ -198,7 +198,7 @@ mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via
# -r requirements/test.txt
# jaraco-classes
Expand Down Expand Up @@ -234,7 +234,7 @@ platformdirs==4.1.0
# pylint
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -290,7 +290,7 @@ pyproject-hooks==1.0.0
# -r requirements/pip-tools.txt
# -r requirements/test.txt
# build
pytest==7.4.3
pytest==8.0.0
# via
# -r requirements/test.txt
# pytest-cookies
Expand All @@ -300,7 +300,7 @@ python-dateutil==2.8.2
# via
# -r requirements/test.txt
# arrow
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -431,11 +431,11 @@ tomlkit==0.12.3
# via
# -r requirements/test.txt
# pylint
tox==4.11.4
tox==4.12.1
# via -r requirements/ci.txt
twine==4.0.2
# via -r requirements/test.txt
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via
# -r requirements/test.txt
# arrow
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
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==23.3.2
# via -r requirements/pip.in
setuptools==69.0.2
setuptools==69.0.3
# via -r requirements/pip.in
22 changes: 11 additions & 11 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
binaryornot==0.4.4
# via
Expand Down Expand Up @@ -64,9 +64,9 @@ cookiecutter==2.5.0
# via
# -r requirements/base.txt
# pytest-cookies
cryptography==41.0.7
cryptography==42.0.1
# via secretstorage
dill==0.3.7
dill==0.3.8
# via
# -r requirements/base.txt
# pylint
Expand Down Expand Up @@ -105,7 +105,7 @@ idna==3.6
# requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# build
# keyring
Expand All @@ -126,7 +126,7 @@ jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -138,7 +138,7 @@ markdown-it-py==3.0.0
# via
# -r requirements/base.txt
# rich
markupsafe==2.1.3
markupsafe==2.1.4
# via
# -r requirements/base.txt
# jinja2
Expand All @@ -150,7 +150,7 @@ mdurl==0.1.2
# via
# -r requirements/base.txt
# markdown-it-py
more-itertools==10.1.0
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
Expand All @@ -171,7 +171,7 @@ platformdirs==4.1.0
# -r requirements/base.txt
# pylint
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via -r requirements/test.in
Expand Down Expand Up @@ -212,15 +212,15 @@ pylint-plugin-utils==0.8.2
# pylint-django
pyproject-hooks==1.0.0
# via build
pytest==7.4.3
pytest==8.0.0
# via pytest-cookies
pytest-cookies==0.7.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
# -r requirements/base.txt
# arrow
python-slugify==8.0.1
python-slugify==8.0.2
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -318,7 +318,7 @@ tomlkit==0.12.3
# pylint
twine==4.0.2
# via -r requirements/test.in
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via
# -r requirements/base.txt
# arrow
Expand Down

0 comments on commit 1a9b6a9

Please sign in to comment.