Skip to content

Commit e2e91d0

Browse files
authored
Merge branch 'main' into dependabot/pip/safety-3.7.0
2 parents 46dfb61 + a8a7907 commit e2e91d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# echo "Dont forget to update the version in galaxy.yml and README.md"
2-
TAG=0.10.6
2+
TAG=0.10.8
33

44
create-release:
55
git tag -a v${TAG} -m "Creating v${TAG} release"

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace: tosin2013
44
name: qubinode_kvmhost_setup_collection
5-
version: "0.10.6"
5+
version: "0.10.8"
66
readme: README.md
77
authors:
88
- Tosin Akinosho (github.com/tosin2013)

requirements-py311.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pluggy==1.6.0
4949
pre_commit==4.2.0
5050
psutil==7.0.0
5151
pycparser==2.22
52-
pydantic==2.11.7
52+
pydantic==2.12.4
5353
pydantic_core==2.23.4
5454
Pygments==2.19.2
5555
pytest==8.4.1
@@ -66,8 +66,8 @@ resolvelib==1.2.0
6666
rich==14.1.0
6767
rpds-py==0.29.0
6868
ruamel.yaml==0.18.15
69-
ruamel.yaml.clib==0.2.12
70-
safety==3.7.0
69+
ruamel.yaml.clib==0.2.15
70+
safety==3.6.0
7171
safety-schemas==0.0.14
7272
selinux==0.3.0
7373
shellingham==1.5.4

0 commit comments

Comments
 (0)