Skip to content

Commit

Permalink
Bump the dependencies group across 1 directory with 3 updates (#353)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates in the /.config directory: [ansible-core](https://github.com/ansible/ansible), [ruff](https://github.com/astral-sh/ruff) and [subprocess-tee](https://github.com/pycontribs/subprocess-tee).


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

Updates `ruff` from 0.4.10 to 0.5.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.10...0.5.0)

Updates `subprocess-tee` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/pycontribs/subprocess-tee/releases)
- [Commits](pycontribs/subprocess-tee@v0.4.1...v0.4.2)

---
updated-dependencies:
- dependency-name: ansible-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: subprocess-tee
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent c320ef1 commit 8529b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ requests==2.32.3
resolvelib==1.0.1
rich==13.7.1
rpds-py==0.18.1
ruff==0.4.10
ruff==0.5.0
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.2
Expand Down
4 changes: 2 additions & 2 deletions .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --strip-extras pyproject.toml
#
ansible-compat==24.6.1
ansible-core==2.17.0
ansible-core==2.17.1
attrs==23.2.0
cffi==1.16.0
cryptography==42.0.8
Expand All @@ -23,5 +23,5 @@ pyyaml==6.0.1
referencing==0.35.1
resolvelib==1.0.1
rpds-py==0.18.1
subprocess-tee==0.4.1
subprocess-tee==0.4.2
tomli==2.0.1

0 comments on commit 8529b94

Please sign in to comment.