Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates in the / directory: [ansible](https://github.com/ansible-community/ansible-build-data) and [black](https://github.com/psf/black).


Updates `ansible` from 9.4.0 to 9.5.1
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@9.4.0...9.5.1)

Updates `black` from 23.12.1 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.3.0)

---
updated-dependencies:
- dependency-name: ansible
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 25c5ae7 commit f9c02d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ansible-lint = { version = "^6.9.0", markers = "platform_system != 'Windows'" }

[tool.poetry.group.dev.dependencies]
flake8 = "^5.0.4"
black = "^23.11.0"
black = "^24.3.0"
pre-commit = "^3.6.2"
ansible-lint = { version = "^6.9.0", markers = "platform_system != 'Windows'" }

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotated-types==0.6.0
ansible==9.4.0
ansible==9.5.1
ansible-compat==4.1.11
ansible-core==2.16.6
ansible-lint==6.22.2
Expand Down

0 comments on commit f9c02d2

Please sign in to comment.