Skip to content

Commit 308dafe

Browse files
Bump the dependencies group in /.config with 12 updates (#124)
* Bump the dependencies group in /.config with 12 updates Bumps the dependencies group in /.config with 12 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.3` | `7.4.4` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.1` | `3.13.3` | | [griffe](https://github.com/mkdocstrings/griffe) | `0.41.3` | `0.42.1` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.5.2` | `3.6` | | [mkdocs-ansible](https://github.com/ansible/mkdocs-ansible) | `24.2.1` | `24.3.0` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.24.1` | `0.24.2` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.8.0` | `1.9.2` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | | [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` | | [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.16.1` | `2.16.2` | | [pycparser](https://github.com/eliben/pycparser) | `2.21` | `2.22` | | [tox](https://github.com/tox-dev/tox) | `4.14.1` | `4.14.2` | Updates `coverage` from 7.4.3 to 7.4.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.4.3...7.4.4) Updates `filelock` from 3.13.1 to 3.13.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.13.1...3.13.3) Updates `griffe` from 0.41.3 to 0.42.1 - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/griffe@0.41.3...0.42.1) Updates `markdown` from 3.5.2 to 3.6 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.5.2...3.6) Updates `mkdocs-ansible` from 24.2.1 to 24.3.0 - [Release notes](https://github.com/ansible/mkdocs-ansible/releases) - [Commits](ansible/mkdocs-ansible@v24.2.1...v24.3.0) Updates `mkdocstrings` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.24.1...0.24.2) Updates `mkdocstrings-python` from 1.8.0 to 1.9.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.8.0...1.9.2) Updates `packaging` from 23.2 to 24.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.2...24.0) Updates `pillow` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.2.0...10.3.0) Updates `pipdeptree` from 2.16.1 to 2.16.2 - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Commits](tox-dev/pipdeptree@2.16.1...2.16.2) Updates `pycparser` from 2.21 to 2.22 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.21...release_v2.22) Updates `tox` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.14.1...4.14.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: filelock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocs-ansible dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: mkdocstrings dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pipdeptree dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pycparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * lint fixes Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>
1 parent e2327a1 commit 308dafe

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

.config/constraints.txt

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,47 +15,48 @@ chardet==5.2.0
1515
charset-normalizer==3.3.2
1616
click==8.1.7
1717
colorama==0.4.6
18-
coverage==7.4.3
18+
coverage==7.4.4
1919
csscompressor==0.9.5
2020
cssselect2==0.7.0
2121
defusedxml==0.7.1
2222
distlib==0.3.8
2323
dnspython==2.6.1
2424
exceptiongroup==1.2.0
2525
execnet==2.0.2
26-
filelock==3.13.1
26+
filelock==3.13.3
2727
ghp-import==2.1.0
28-
griffe==0.41.3
28+
griffe==0.42.1
2929
htmlmin2==0.1.13
3030
idna==3.6
3131
iniconfig==2.0.0
3232
jinja2==3.1.3
3333
jsmin==3.0.1
3434
linkchecker==10.4.0
35-
markdown==3.5.2
35+
markdown==3.6
3636
markdown-exec==1.8.0
3737
markdown-include==0.8.1
3838
markupsafe==2.1.5
3939
mergedeep==1.3.4
4040
mkdocs==1.5.3
41-
mkdocs-ansible==24.2.1
41+
mkdocs-ansible==24.3.0
4242
mkdocs-autorefs==1.0.1
4343
mkdocs-gen-files==0.5.0
4444
mkdocs-htmlproofer-plugin==1.2.0
45+
mkdocs-macros-plugin==1.0.5
4546
mkdocs-material==9.5.17
4647
mkdocs-material-extensions==1.3.1
4748
mkdocs-minify-plugin==0.8.0
4849
mkdocs-monorepo-plugin==1.1.0
49-
mkdocstrings==0.24.1
50-
mkdocstrings-python==1.8.0
51-
packaging==23.2
50+
mkdocstrings==0.24.2
51+
mkdocstrings-python==1.9.2
52+
packaging==24.0
5253
paginate==0.5.6
5354
pathspec==0.12.1
54-
pillow==10.2.0
55-
pipdeptree==2.16.1
55+
pillow==10.3.0
56+
pipdeptree==2.16.2
5657
platformdirs==4.2.0
5758
pluggy==1.4.0
58-
pycparser==2.21
59+
pycparser==2.22
5960
pygments==2.17.2
6061
pymdown-extensions==10.7.1
6162
pyproject-api==1.6.1
@@ -69,11 +70,15 @@ regex==2023.12.25
6970
requests==2.31.0
7071
six==1.16.0
7172
soupsieve==2.5
73+
termcolor==2.4.0
7274
text-unidecode==1.3
7375
tinycss2==1.2.1
7476
tomli==2.0.1
75-
tox==4.14.1
77+
tox==4.14.2
7678
urllib3==2.2.1
7779
virtualenv==20.25.1
7880
watchdog==4.0.0
7981
webencodings==0.5.1
82+
83+
# The following packages are considered to be unsafe in a requirements file:
84+
# pip

0 commit comments

Comments
 (0)