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 sqlalchemy #370

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
24 changes: 12 additions & 12 deletions packaging_automation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ astroid==2.15.8
# requirements-detector
attrs==23.2.0
# via -r tools/packaging_automation/requirements.in
bandit==1.7.8
bandit==1.7.9
# via prospector
black==24.4.2
# via -r tools/packaging_automation/requirements.in
build==1.2.1
# via pyroma
certifi==2024.2.2
certifi==2024.6.2
# via
# httpcore
# httpx
Expand All @@ -35,7 +35,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
cryptography==42.0.7
cryptography==42.0.8
# via pyjwt
dataproperty==1.0.1
# via
Expand Down Expand Up @@ -112,9 +112,9 @@ mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.9.0
nodeenv==1.9.1
# via pyright
packaging==24.0
packaging==24.1
# via
# black
# build
Expand Down Expand Up @@ -191,17 +191,17 @@ pylint-plugin-utils==0.7
# pylint-flask
pynacl==1.5.0
# via pygithub
pypistats==1.5.0
pypistats==1.6.0
# via -r tools/packaging_automation/requirements.in
pyproject-hooks==1.1.0
# via build
pyright==1.1.365
pyright==1.1.368
# via prospector
pyroma==4.2
# via prospector
pytablewriter[html]==1.2.0
# via pypistats
pytest==8.2.1
pytest==8.2.2
# via -r tools/packaging_automation/requirements.in
python-dateutil==2.9.0.post0
# via
Expand All @@ -222,7 +222,7 @@ pyyaml==6.0.1
# -r tools/packaging_automation/requirements.in
# bandit
# prospector
requests==2.32.2
requests==2.32.3
# via
# -r tools/packaging_automation/requirements.in
# docker
Expand All @@ -248,7 +248,7 @@ sniffio==1.3.1
# httpx
snowballstemmer==2.2.0
# via pydocstyle
sqlalchemy==2.0.30
sqlalchemy==2.0.31
# via -r tools/packaging_automation/requirements.in
stevedore==5.2.0
# via bandit
Expand Down Expand Up @@ -281,15 +281,15 @@ typepy[datetime]==1.3.2
# dataproperty
# pytablewriter
# tabledata
typing-extensions==4.12.0
typing-extensions==4.12.2
# via
# anyio
# astroid
# black
# mypy
# pygithub
# sqlalchemy
urllib3==2.2.1
urllib3==2.2.2
# via
# -r tools/packaging_automation/requirements.in
# docker
Expand Down
Loading