Skip to content

Commit 7348e52

Browse files
authored
Merge pull request #1569 from rackerlabs/renovate/pynautobot-3.x
fix(deps): update dependency pynautobot to v3
2 parents d21c6c0 + 38c9e43 commit 7348e52

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ansible/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ansible-core==2.19.2
22
ansible-runner==2.4.2
33
openstacksdk==4.8.0
4-
pynautobot==2.7.2
4+
pynautobot==3.0.0
55
jmespath==1.0.1
66
# remove me after the inherited roles workaround can be dropped
77
python-openstackclient

python/understack-workflows/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222
dependencies = [
2323
"pydantic>=2,<3",
24-
"pynautobot>=2.2.1,<3",
24+
"pynautobot>=3,<4",
2525
"python-ironicclient>=5,<6",
2626
"sushy>=5.3.0,<6",
2727
"kubernetes==33.1.0",

python/understack-workflows/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)