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 | pre-commit/pre-commit-hooks | v4.5.0 | v4.6.0 |
| pypi        | setuptools                  | 69.2.0 | 69.3.0 |
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 504329c commit d628ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_stages: [ commit ]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
setuptools==69.2.0
setuptools==69.3.0
thrift==0.20.0
python-keystoneclient==5.4.0
openstacksdk ==2.1.0
Expand Down

0 comments on commit d628ef8

Please sign in to comment.