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

Bump the dependencies group in /.config with 5 updates #275

Open
wants to merge 1 commit into
base: main
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
10 changes: 5 additions & 5 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ distlib==0.3.9 ; sys_platform != 'win32' # via virtualenv
docutils==0.21.2 ; sys_platform != 'win32' # via readme-renderer
filelock==3.16.1 ; sys_platform != 'win32' # via tox, virtualenv
ghp-import==2.1.0 ; sys_platform != 'win32' # via mkdocs
gitdb==4.0.11 ; sys_platform != 'win32' # via gitpython
gitpython==3.1.43 ; sys_platform != 'win32' # via mk (pyproject.toml)
gitdb==4.0.12 ; sys_platform != 'win32' # via gitpython
gitpython==3.1.44 ; sys_platform != 'win32' # via mk (pyproject.toml)
idna==3.10 ; sys_platform != 'win32' # via requests
importlib-metadata==8.5.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform != 'win32' # via keyring
iniconfig==2.0.0 ; sys_platform != 'win32' # via pytest
Expand All @@ -48,7 +48,7 @@ nh3==0.2.20 ; sys_platform != 'win32' # via readme-renderer
packaging==24.2 ; sys_platform != 'win32' # via build, mkdocs, pipdeptree, pyproject-api, pytest, tox, twine, mk (pyproject.toml)
paginate==0.5.7 ; sys_platform != 'win32' # via mkdocs-material
pathspec==0.12.1 ; sys_platform != 'win32' # via mkdocs
pillow==11.0.0 ; sys_platform != 'win32' # via cairosvg, mk (pyproject.toml)
pillow==11.1.0 ; sys_platform != 'win32' # via cairosvg, mk (pyproject.toml)
pipdeptree==2.24.0 ; sys_platform != 'win32' # via mk (pyproject.toml)
pkginfo==1.12.0 ; sys_platform != 'win32' # via twine
platformdirs==4.3.6 ; sys_platform != 'win32' # via mkdocs-get-deps, tox, virtualenv
Expand All @@ -74,7 +74,7 @@ rich==13.9.4 ; sys_platform != 'win32' # via twine, typer, mk (pyproject.toml)
setuptools==75.6.0 ; sys_platform != 'win32' # via mk (pyproject.toml)
shellingham==1.5.4 ; sys_platform != 'win32' # via typer, mk (pyproject.toml)
six==1.17.0 ; sys_platform != 'win32' # via python-dateutil
smmap==5.0.1 ; sys_platform != 'win32' # via gitdb
smmap==5.0.2 ; sys_platform != 'win32' # via gitdb
soupsieve==2.6 ; sys_platform != 'win32' # via beautifulsoup4
subprocess-tee==0.4.2 ; sys_platform != 'win32' # via mk (pyproject.toml)
tinycss2==1.4.0 ; sys_platform != 'win32' # via cairosvg, cssselect2
Expand All @@ -83,7 +83,7 @@ tox==4.23.2 ; sys_platform != 'win32' # via mk (pyproject.toml)
typer==0.15.1 ; sys_platform != 'win32' # via typer-config, mk (pyproject.toml)
typer-config==1.4.2 ; sys_platform != 'win32' # via mk (pyproject.toml)
urllib3==2.3.0 ; sys_platform != 'win32' # via requests, twine
virtualenv==20.28.0 ; sys_platform != 'win32' # via tox
virtualenv==20.28.1 ; sys_platform != 'win32' # via tox
watchdog==6.0.0 ; sys_platform != 'win32' # via mkdocs
webencodings==0.5.1 ; sys_platform != 'win32' # via cssselect2, tinycss2
zipp==3.21.0 ; python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x' and sys_platform != 'win32' # via importlib-metadata
Expand Down
Loading