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     |
| ----------- | ------------------------- | ------ | ------ |
| galaxy      | andrewrothstein.miniconda | v6.2.0 | v6.3.0 |
| pypi        | ansible                   | 9.2.0  | 9.3.0  |
| github-tags | psf/black                 | 24.2.0 | 24.3.0 |
| pypi        | python-keystoneclient     | 5.3.0  | 5.4.0  |
| pypi        | setuptools                | 69.1.1 | 69.2.0 |
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 01daf4d commit b3f4594
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .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: 24.2.0
rev: 24.3.0
hooks:
- id: black
- repo: https://github.com/sondrelg/pep585-upgrade
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ roles:


- name: andrewrothstein.miniconda
version: v6.2.0
version: v6.3.0

- name: andrewrothstein.conda-env

0 comments on commit b3f4594

Please sign in to comment.