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

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 30, 2022
2 parents 271da00 + 71a4402 commit cb92432
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blacked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create Pull Request
if: steps.git-check.outputs.modified == 'true'
id: cpr
uses: peter-evans/create-pull-request@v4.0.4
uses: peter-evans/create-pull-request@v4.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: fix(Linting):blacked code
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.10.5-buster
FROM python:3.10.6-buster
RUN apt-get update -y
RUN apt-get install -y build-essential
WORKDIR /code
Expand Down
1 change: 0 additions & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
import urllib
from contextlib import closing
from distutils.version import LooseVersion
import typing
import redis
import requests as req
import yaml
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
setuptools==63.2.0
setuptools==65.3.0
thrift==0.16.0
python-keystoneclient==5.0.0
openstacksdk ==0.99.0
openstacksdk ==0.100.0
deprecated == 1.2.13
ansible==6.1.0
ansible==6.3.0
Click==8.1.3
flake8==4.0.1
flake8==5.0.4
paramiko==2.11.0
ruamel.yaml==0.17.21
pyvim==3.0.3
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.1.5
version: v6.1.6

- name: andrewrothstein.conda-env

0 comments on commit cb92432

Please sign in to comment.