Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
vktrrdk committed Mar 22, 2024
2 parents ccb86e5 + 2b02577 commit 1c2d0d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:

- repo: https://github.com/psf/black-pre-commit-mirror

rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
language_version: python3.11
Expand All @@ -26,7 +26,7 @@ repos:
- id: isort

- repo: https://github.com/myint/autoflake
rev: v2.3.0
rev: v2.3.1
hooks:
- id: autoflake
args:
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
setuptools==69.1.1
setuptools==69.2.0
thrift==0.16.0
python-keystoneclient==5.3.0
python-keystoneclient==5.4.0
openstacksdk==2.1.0
deprecated==1.2.14
Click==8.1.7
ansible==9.2.0
ansible==9.3.0
flake8==7.0.0
paramiko==3.4.0
ruamel.yaml==0.18.6
pyvim==3.0.3
redis==5.0.1
redis==5.0.3
requests==2.31.0
pyyaml==6.0.1
pre-commit==3.6.2
types-PyYAML==6.0.12.12
types-PyYAML==6.0.12.20240311
sympy==1.12
types-redis==4.6.0.20240218
types-redis==4.6.0.20240311

0 comments on commit 1c2d0d5

Please sign in to comment.