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

Commit

Permalink
Merge pull request #1629 from deNBI/deps/all-minor-patch
Browse files Browse the repository at this point in the history
feat(Dependencies): Update all non-major dependencies (minor)
  • Loading branch information
vktrrdk authored Mar 20, 2024
2 parents 01daf4d + 3e13425 commit 2fa010a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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
1 change: 1 addition & 0 deletions VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ def get_server(self, openstack_id: str) -> VM:
self.LOG.exception(f"No Server found {openstack_id}")
return VM(status=self.NOT_FOUND)
return self.openstack_server_to_thrift_server(server=server)

except ResourceNotFound:
self.LOG.exception(f"Could not find server {id}")
return VM(status=self.NOT_FOUND)
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"vulnerabilityAlerts": {
"labels": ["security"]
},

"pre-commit": {
"enabled":true
},
"baseBranches": ["dev"],
"reviewers": ["team:portal-dev"],
"labels": ["dependencies"],
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 2fa010a

Please sign in to comment.