Skip to content
Open
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
26 changes: 14 additions & 12 deletions packaging_automation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ certifi==2024.2.2
# httpcore
# httpx
# requests
cffi==1.16.0
cffi==2.0.0
# via
# cryptography
# pynacl
Expand All @@ -35,7 +35,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
cryptography==42.0.7
cryptography==46.0.6
# via pyjwt
dataproperty==1.0.1
# via
Expand Down Expand Up @@ -65,7 +65,7 @@ flake8-polyfill==1.0.2
# via pep8-naming
gitdb==4.0.11
# via gitpython
gitpython==3.1.43
gitpython==3.1.50
# via
# -r tools/packaging_automation/requirements.in
# prospector
Expand All @@ -77,7 +77,7 @@ httpcore==1.0.5
# via httpx
httpx==0.27.0
# via pypistats
idna==3.7
idna==3.15
# via
# anyio
# httpx
Expand All @@ -86,7 +86,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.4
jinja2==3.1.6
# via -r tools/packaging_automation/requirements.in
lazy-object-proxy==1.10.0
# via astroid
Expand Down Expand Up @@ -144,7 +144,7 @@ pluggy==1.5.0
# via pytest
prettytable==3.10.0
# via pypistats
prospector[with-everything,with_everything]==1.10.3
prospector[with-everything]==1.10.3
# via -r tools/packaging_automation/requirements.in
psycopg2-binary==2.9.9
# via -r tools/packaging_automation/requirements.in
Expand All @@ -164,9 +164,10 @@ pyflakes==2.5.0
# prospector
pygithub==2.3.0
# via -r tools/packaging_automation/requirements.in
pygments==2.18.0
pygments==2.20.0
# via
# pyroma
# pytest
# rich
pyjwt[crypto]==2.8.0
# via pygithub
Expand Down Expand Up @@ -201,13 +202,13 @@ pyroma==4.2
# via prospector
pytablewriter[html]==1.2.0
# via pypistats
pytest==8.2.1
pytest==9.0.3
# via -r tools/packaging_automation/requirements.in
python-dateutil==2.9.0.post0
# via
# pypistats
# typepy
python-dotenv==1.0.1
python-dotenv==1.2.2
# via -r tools/packaging_automation/requirements.in
python-gnupg==0.5.2
# via -r tools/packaging_automation/requirements.in
Expand All @@ -222,7 +223,7 @@ pyyaml==6.0.1
# -r tools/packaging_automation/requirements.in
# bandit
# prospector
requests==2.32.2
requests==2.33.0
# via
# -r tools/packaging_automation/requirements.in
# docker
Expand Down Expand Up @@ -281,15 +282,16 @@ typepy[datetime]==1.3.2
# dataproperty
# pytablewriter
# tabledata
typing-extensions==4.12.0
typing-extensions==4.15.0
# via
# anyio
# astroid
# black
# cryptography
# mypy
# pygithub
# sqlalchemy
urllib3==2.2.1
urllib3==2.7.0
# via
# -r tools/packaging_automation/requirements.in
# docker
Expand Down
Loading