Skip to content

chore(deps): update python dependencies #6

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
36 changes: 18 additions & 18 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.17.0
# via mkdocs-material
backrefs==5.9
# via mkdocs-material
bandit==1.8.3
bandit==1.8.6
# via -r requirements-dev.in
black==25.1.0
# via -r requirements-dev.in
Expand All @@ -30,7 +30,7 @@ bracex==2.6
# via wcmatch
build==1.2.2.post1
# via -r requirements-dev.in
bump-my-version==1.1.2
bump-my-version==1.2.1
# via -r requirements-dev.in
certifi==2025.7.14
# via
Expand Down Expand Up @@ -79,7 +79,7 @@ docutils==0.21.2
# via readme-renderer
filelock==3.18.0
# via virtualenv
flake8==7.2.0
flake8==7.3.0
# via
# -r requirements-dev.in
# flake8-docstrings
Expand Down Expand Up @@ -136,7 +136,7 @@ kiwisolver==1.4.8
# via matplotlib
loguru==0.7.3
# via -r D:\git\repo-utils-shared\requirements.in
mando==0.7.1
mando==0.8.2
# via radon
markdown==3.8.2
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ more-itertools==10.7.0
# via
# jaraco-classes
# jaraco-functools
mypy==1.15.0
mypy==1.17.0
# via -r requirements-dev.in
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ packaging==25.0
# twine
paginate==0.5.7
# via mkdocs-material
pandas==2.2.3
pandas==2.3.1
# via -r D:\git\repo-utils-shared\requirements.in
pathspec==0.12.1
# via
Expand Down Expand Up @@ -233,34 +233,34 @@ prompt-toolkit==3.0.51
# via questionary
py-cpuinfo==9.0.0
# via pytest-benchmark
pycodestyle==2.13.0
pycodestyle==2.14.0
# via flake8
pydantic==2.11.7
# via
# bump-my-version
# pydantic-settings
pydantic-core==2.33.2
pydantic-core==2.36.0
# via pydantic
pydantic-settings==2.10.1
# via bump-my-version
pydocstyle==6.3.0
# via flake8-docstrings
pyflakes==3.3.2
pyflakes==3.4.0
# via flake8
pygments==2.19.2
# via
# mkdocs-material
# readme-renderer
# rich
pylint==3.3.6
pylint==3.3.7
# via -r requirements-dev.in
pymdown-extensions==10.16
# via mkdocs-material
pyparsing==3.2.3
# via matplotlib
pyproject-hooks==1.2.0
# via build
pytest==8.3.5
pytest==8.4.1
# via
# -r requirements-dev.in
# pytest-benchmark
Expand All @@ -270,13 +270,13 @@ pytest==8.3.5
# pytest-mock
pytest-benchmark==5.1.0
# via -r requirements-dev.in
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements-dev.in
pytest-html==4.1.1
# via -r requirements-dev.in
pytest-metadata==3.1.1
# via pytest-html
pytest-mock==3.14.0
pytest-mock==3.14.1
# via -r requirements-dev.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -332,7 +332,7 @@ rich==14.0.0
# twine
rich-click==1.8.9
# via bump-my-version
ruff==0.11.6
ruff==0.12.5
# via -r requirements-dev.in
s3transfer==0.13.1
# via boto3
Expand All @@ -350,7 +350,7 @@ sqlalchemy==2.0.41
# via -r D:\git\repo-utils-shared\requirements.in
stevedore==5.4.1
# via bandit
termcolor==2.3.0
termcolor==2.5.0
# via
# -r requirements-dev.in
# commitizen
Expand All @@ -361,11 +361,11 @@ tomlkit==0.13.3
# pylint
twine==6.1.0
# via -r requirements-dev.in
types-python-dateutil==2.9.0.20241206
types-python-dateutil==2.9.0.20250708
# via -r requirements-dev.in
types-pyyaml==6.0.12.20250402
types-pyyaml==6.0.12.20250516
# via -r requirements-dev.in
types-requests==2.32.0.20250328
types-requests==2.32.4.20250611
# via -r requirements-dev.in
typing-extensions==4.14.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ numpy==1.26.4
# scipy
packaging==25.0
# via matplotlib
pandas==2.2.3
pandas==2.3.1
# via -r requirements.in
pika==1.3.2
# via -r requirements.in
Expand Down
Loading