Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package     | from    | to      |
| ----------- | ----------- | ------- | ------- |
| github-tags | PyCQA/isort | 5.12.0  | 5.13.2  |
| pypi        | ansible     | 5.0.1   | 5.10.0  |
| github-tags | psf/black   | 23.11.0 | 23.12.1 |
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent d733242 commit fd6eaac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: check-yaml

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/sondrelg/pep585-upgrade
Expand All @@ -18,7 +18,7 @@ repos:
- id: upgrade-type-hints

- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/neutrinoceros/flynt/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python-keystoneclient==5.2.0
openstacksdk ==2.0.0
deprecated ==1.2.14
Click==8.1.7
ansible==5.0.1
ansible==5.10.0
flake8==6.1.0
paramiko==3.4.0
ruamel.yaml==0.18.5
Expand Down

0 comments on commit fd6eaac

Please sign in to comment.