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     |
| ----------- | --------------------------- | ------ | ------ |
| pypi        | ansible                     | 8.4.0  | 8.5.0  |
| github-tags | pre-commit/pre-commit-hooks | v4.4.0 | v4.5.0 |
| docker      | python                      | 3.11.6 | 3.12.0 |
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 852c8a5 commit 4a294a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.6-bookworm
FROM python:3.12.0-bookworm
RUN apt-get update -y
RUN apt-get install -y build-essential
WORKDIR /code
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 ==1.5.0
deprecated ==1.2.14
Click==8.1.7
ansible==8.4.0
ansible==8.5.0
flake8==6.1.0
paramiko==3.3.1
ruamel.yaml==0.17.35
Expand Down

0 comments on commit 4a294a3

Please sign in to comment.