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 16 updates #8

Closed
Closed
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
32 changes: 16 additions & 16 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ ansible-builder==3.0.0
ansible-compat==4.1.11
ansible-core==2.15.8
ansible-lint==24.2.0
ansible-runner==2.3.4
ansible-runner==2.3.5
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.3
bindep==2.11.0
black==24.1.1
black==24.2.0
bracex==2.4
cairocffi==1.6.1
cairosvg==2.7.1
Expand All @@ -23,16 +23,16 @@ cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
coverage==7.4.1
coverage==7.4.2
coverage-enable-subprocess==1.0
cryptography==42.0.2
cryptography==42.0.3
csscompressor==0.9.5
cssselect2==0.7.0
darglint==1.8.1
defusedxml==0.7.1
distlib==0.3.8
distro==1.9.0
dnspython==2.5.0
dnspython==2.6.1
docutils==0.20.1
exceptiongroup==1.2.0
execnet==2.0.2
Expand All @@ -42,14 +42,14 @@ flake8-docstrings==1.7.0
ghp-import==2.1.0
griffe==0.40.1
htmlmin2==0.1.13
identify==2.5.34
identify==2.5.35
idna==3.6
iniconfig==2.0.0
jinja2==3.1.3
jsmin==3.0.1
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
libtmux==0.16.1
libtmux==0.31.0.post0
linkchecker==10.4.0
lockfile==0.12.2
markdown==3.5.2
Expand All @@ -65,7 +65,7 @@ mkdocs-ansible==24.2.1
mkdocs-autorefs==0.5.0
mkdocs-gen-files==0.5.0
mkdocs-htmlproofer-plugin==1.0.0
mkdocs-material==9.5.9
mkdocs-material==9.5.10
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mkdocs-monorepo-plugin==1.1.0
Expand All @@ -81,18 +81,18 @@ pathspec==0.12.1
pbr==6.0.0
pexpect==4.9.0
pillow==10.2.0
pipdeptree==2.13.2
pipdeptree==2.14.0
platformdirs==4.2.0
pluggy==1.4.0
pre-commit==3.6.1
pre-commit==3.6.2
ptyprocess==0.7.0
pycodestyle==2.11.1
pycparser==2.21
pydocstyle==6.3.0
pyflakes==3.2.0
pygments==2.17.2
pymdown-extensions==10.7
pytest==8.0.0
pytest==8.0.1
pytest-env==1.1.3
pytest-mock==3.12.0
pytest-plus==0.6.1
Expand All @@ -109,7 +109,7 @@ regex==2023.12.25
requests==2.31.0
requirements-parser==0.5.0
rich==13.7.0
rpds-py==0.17.1
rpds-py==0.18.0
ruamel-yaml==0.18.6
six==1.16.0
snowballstemmer==2.2.0
Expand All @@ -118,15 +118,15 @@ subprocess-tee==0.4.1
text-unidecode==1.3
tinycss2==1.2.1
tomli==2.0.1
types-setuptools==69.0.0.20240125
types-setuptools==69.1.0.20240217
typing-extensions==4.9.0
tzdata==2024.1
urllib3==2.2.0
urllib3==2.2.1
virtualenv==20.25.0
watchdog==4.0.0
wcmatch==8.5
wcmatch==8.5.1
webencodings==0.5.1
yamllint==1.34.0
yamllint==1.35.1

# The following packages are considered to be unsafe in a requirements file:
# resolvelib
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-test.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ coverage-enable-subprocess
coverage[toml]>=7.0.0b1
darglint
flake8-docstrings
libtmux<=0.16.1 # https://github.com/tmux-python/libtmux/issues/468
libtmux<=0.31.0.post0 # https://github.com/tmux-python/libtmux/issues/468
pre-commit
pytest-env
pytest-mock
Expand Down
Loading