Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the python package versions for bump setuptools #361

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions packaging_automation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=tools/packaging_automation/requirements.txt tools/packaging_automation/requirements.in
#
anyio==4.3.0
anyio==4.4.0
# via httpx
astroid==2.15.8
# via
Expand Down Expand Up @@ -45,7 +45,7 @@ deprecated==1.2.14
# via pygithub
dill==0.3.8
# via pylint
docker==7.0.0
docker==7.1.0
# via -r tools/packaging_automation/requirements.in
docutils==0.21.2
# via pyroma
Expand Down Expand Up @@ -118,7 +118,6 @@ packaging==24.0
# via
# black
# build
# docker
# prospector
# pyroma
# pytest
Expand All @@ -136,7 +135,7 @@ pbr==6.0.0
# via stevedore
pep8-naming==0.10.0
# via prospector
platformdirs==4.2.1
platformdirs==4.2.2
# via
# black
# pylint
Expand Down Expand Up @@ -196,13 +195,13 @@ pypistats==1.5.0
# via -r tools/packaging_automation/requirements.in
pyproject-hooks==1.1.0
# via build
pyright==1.1.362
pyright==1.1.364
# via prospector
pyroma==4.2
# via prospector
pytablewriter[html]==1.2.0
# via pypistats
pytest==8.2.0
pytest==8.2.1
# via -r tools/packaging_automation/requirements.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -223,7 +222,7 @@ pyyaml==6.0.1
# -r tools/packaging_automation/requirements.in
# bandit
# prospector
requests==2.31.0
requests==2.32.2
# via
# -r tools/packaging_automation/requirements.in
# docker
Expand Down Expand Up @@ -275,14 +274,14 @@ tomli==2.0.1
# vulture
tomlkit==0.12.5
# via pylint
trove-classifiers==2024.4.10
trove-classifiers==2024.5.22
# via pyroma
typepy[datetime]==1.3.2
# via
# dataproperty
# pytablewriter
# tabledata
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# anyio
# astroid
Expand Down
Loading