Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.config with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ansible-core](https://github.com/ansible/ansible) | `2.17.1` | `2.17.2` |
| [cachetools](https://github.com/tkem/cachetools) | `5.3.3` | `5.4.0` |
| [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.0` | `0.5.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `0.47.0` | `0.48.0` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.4` | `0.5.6` |


Updates `ansible-core` from 2.17.1 to 2.17.2
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](ansible/ansible@v2.17.1...v2.17.2)

Updates `cachetools` from 5.3.3 to 5.4.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.3.3...v5.4.0)

Updates `sqlparse` from 0.5.0 to 0.5.1
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.0...0.5.1)

Updates `griffe` from 0.47.0 to 0.48.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.47.0...0.48.0)

Updates `pydoclint` from 0.5.4 to 0.5.6
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.5.4...0.5.6)

---
updated-dependencies:
- dependency-name: ansible-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sqlparse
  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: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent bd63091 commit 007893e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible-builder==3.1.0
ansible-compat==24.7.0
ansible-core==2.17.1
ansible-core==2.17.2
ansible-creator==24.7.1
ansible-dev-environment==24.7.0
ansible-lint==24.7.0
Expand All @@ -22,7 +22,7 @@ bindep==2.11.0
black==24.4.2
bracex==2.4
build==1.2.1
cachetools==5.3.3
cachetools==5.4.0
cairocffi==1.7.1
cairosvg==2.7.1
certifi==2024.7.4
Expand Down Expand Up @@ -52,7 +52,7 @@ exceptiongroup==1.2.2
execnet==2.1.1
filelock==3.15.4
ghp-import==2.1.0
griffe==0.47.0
griffe==0.48.0
gunicorn==22.0.0
htmlmin2==0.1.13
identify==2.6.0
Expand Down Expand Up @@ -115,7 +115,7 @@ pluggy==1.5.0
pre-commit==3.7.1
ptyprocess==0.7.0
pycparser==2.22
pydoclint==0.5.4
pydoclint==0.5.6
pygments==2.18.0
pylint==3.2.5
pymdown-extensions==10.8.1
Expand Down Expand Up @@ -143,7 +143,7 @@ ruamel-yaml-clib==0.2.8
ruff==0.5.2
six==1.16.0
soupsieve==2.5
sqlparse==0.5.0
sqlparse==0.5.1
subprocess-tee==0.4.2
termcolor==2.4.0
text-unidecode==1.3
Expand Down
6 changes: 3 additions & 3 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible-builder==3.1.0
ansible-compat==24.7.0
ansible-core==2.17.1
ansible-core==2.17.2
ansible-creator==24.7.1
ansible-dev-environment==24.7.0
ansible-lint==24.7.0
Expand All @@ -18,7 +18,7 @@ attrs==23.2.0
bindep==2.11.0
black==24.4.2
bracex==2.4
cachetools==5.3.3
cachetools==5.4.0
certifi==2024.7.4
cffi==1.16.0
chardet==5.2.0
Expand Down Expand Up @@ -84,7 +84,7 @@ rpds-py==0.19.0
ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8
six==1.16.0
sqlparse==0.5.0
sqlparse==0.5.1
subprocess-tee==0.4.2
tomli==2.0.1
tox==4.16.0
Expand Down

0 comments on commit 007893e

Please sign in to comment.