osism 0.20250530.0__tar.gz → 0.20250602.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. osism-0.20250602.0/AUTHORS +1 -0
  2. osism-0.20250602.0/ChangeLog +7 -0
  3. {osism-0.20250530.0 → osism-0.20250602.0}/Containerfile +1 -1
  4. {osism-0.20250530.0 → osism-0.20250602.0}/Dockerfile +1 -1
  5. {osism-0.20250530.0/osism.egg-info → osism-0.20250602.0}/PKG-INFO +4 -4
  6. {osism-0.20250530.0 → osism-0.20250602.0}/Pipfile +2 -2
  7. {osism-0.20250530.0 → osism-0.20250602.0}/Pipfile.lock +20 -25
  8. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/apply.py +1 -1
  9. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/reconciler.py +2 -1
  10. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/__init__.py +2 -0
  11. {osism-0.20250530.0 → osism-0.20250602.0/osism.egg-info}/PKG-INFO +4 -4
  12. osism-0.20250602.0/osism.egg-info/pbr.json +1 -0
  13. {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/requires.txt +3 -3
  14. {osism-0.20250530.0 → osism-0.20250602.0}/requirements.txt +3 -3
  15. osism-0.20250530.0/AUTHORS +0 -1
  16. osism-0.20250530.0/ChangeLog +0 -7
  17. osism-0.20250530.0/osism.egg-info/pbr.json +0 -1
  18. {osism-0.20250530.0 → osism-0.20250602.0}/.flake8 +0 -0
  19. {osism-0.20250530.0 → osism-0.20250602.0}/.github/renovate.json +0 -0
  20. {osism-0.20250530.0 → osism-0.20250602.0}/.github/workflows/publish.yml +0 -0
  21. {osism-0.20250530.0 → osism-0.20250602.0}/.hadolint.yaml +0 -0
  22. {osism-0.20250530.0 → osism-0.20250602.0}/.zuul.yaml +0 -0
  23. {osism-0.20250530.0 → osism-0.20250602.0}/LICENSE +0 -0
  24. {osism-0.20250530.0 → osism-0.20250602.0}/README.md +0 -0
  25. {osism-0.20250530.0 → osism-0.20250602.0}/files/change.sh +0 -0
  26. {osism-0.20250530.0 → osism-0.20250602.0}/files/cleanup-ansible-collections.sh +0 -0
  27. {osism-0.20250530.0 → osism-0.20250602.0}/files/clustershell/clush.conf +0 -0
  28. {osism-0.20250530.0 → osism-0.20250602.0}/files/clustershell/groups.conf +0 -0
  29. {osism-0.20250530.0 → osism-0.20250602.0}/files/data/SCS-Spec.MandatoryFlavors.verbose.yaml +0 -0
  30. {osism-0.20250530.0 → osism-0.20250602.0}/files/netbox-manager/settings.toml +0 -0
  31. {osism-0.20250530.0 → osism-0.20250602.0}/files/run-ansible-console.sh +0 -0
  32. {osism-0.20250530.0 → osism-0.20250602.0}/osism/__init__.py +0 -0
  33. {osism-0.20250530.0 → osism-0.20250602.0}/osism/__main__.py +0 -0
  34. {osism-0.20250530.0 → osism-0.20250602.0}/osism/actions/__init__.py +0 -0
  35. {osism-0.20250530.0 → osism-0.20250602.0}/osism/api.py +0 -0
  36. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/__init__.py +0 -0
  37. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/baremetal.py +0 -0
  38. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/compose.py +0 -0
  39. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/compute.py +0 -0
  40. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/configuration.py +0 -0
  41. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/console.py +0 -0
  42. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/container.py +0 -0
  43. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/get.py +0 -0
  44. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/log.py +0 -0
  45. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/manage.py +0 -0
  46. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/netbox.py +0 -0
  47. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/noset.py +0 -0
  48. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/server.py +0 -0
  49. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/service.py +0 -0
  50. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/set.py +0 -0
  51. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/status.py +0 -0
  52. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/sync.py +0 -0
  53. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/task.py +0 -0
  54. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/validate.py +0 -0
  55. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/vault.py +0 -0
  56. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/volume.py +0 -0
  57. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/wait.py +0 -0
  58. {osism-0.20250530.0 → osism-0.20250602.0}/osism/commands/worker.py +0 -0
  59. {osism-0.20250530.0 → osism-0.20250602.0}/osism/core/__init__.py +0 -0
  60. {osism-0.20250530.0 → osism-0.20250602.0}/osism/core/enums.py +0 -0
  61. {osism-0.20250530.0 → osism-0.20250602.0}/osism/core/playbooks.py +0 -0
  62. {osism-0.20250530.0 → osism-0.20250602.0}/osism/data/__init__.py +0 -0
  63. {osism-0.20250530.0 → osism-0.20250602.0}/osism/main.py +0 -0
  64. {osism-0.20250530.0 → osism-0.20250602.0}/osism/plugins/__init__.py +0 -0
  65. {osism-0.20250530.0 → osism-0.20250602.0}/osism/services/__init__.py +0 -0
  66. {osism-0.20250530.0 → osism-0.20250602.0}/osism/services/listener.py +0 -0
  67. {osism-0.20250530.0 → osism-0.20250602.0}/osism/settings.py +0 -0
  68. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/ansible.py +0 -0
  69. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/ceph.py +0 -0
  70. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/conductor.py +0 -0
  71. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/kolla.py +0 -0
  72. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/kubernetes.py +0 -0
  73. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/netbox.py +0 -0
  74. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/openstack.py +0 -0
  75. {osism-0.20250530.0 → osism-0.20250602.0}/osism/tasks/reconciler.py +0 -0
  76. {osism-0.20250530.0 → osism-0.20250602.0}/osism/utils/__init__.py +0 -0
  77. {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/SOURCES.txt +0 -0
  78. {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/dependency_links.txt +0 -0
  79. {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/entry_points.txt +0 -0
  80. {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/not-zip-safe +0 -0
  81. {osism-0.20250530.0 → osism-0.20250602.0}/osism.egg-info/top_level.txt +0 -0
  82. {osism-0.20250530.0 → osism-0.20250602.0}/playbooks/build.yml +0 -0
  83. {osism-0.20250530.0 → osism-0.20250602.0}/playbooks/pre.yml +0 -0
  84. {osism-0.20250530.0 → osism-0.20250602.0}/playbooks/test-setup.yml +0 -0
  85. {osism-0.20250530.0 → osism-0.20250602.0}/requirements.ansible.txt +0 -0
  86. {osism-0.20250530.0 → osism-0.20250602.0}/requirements.netbox-manager.txt +0 -0
  87. {osism-0.20250530.0 → osism-0.20250602.0}/requirements.openstack-flavor-manager.txt +0 -0
  88. {osism-0.20250530.0 → osism-0.20250602.0}/requirements.openstack-image-manager.txt +0 -0
  89. {osism-0.20250530.0 → osism-0.20250602.0}/requirements.yml +0 -0
  90. {osism-0.20250530.0 → osism-0.20250602.0}/setup.cfg +0 -0
  91. {osism-0.20250530.0 → osism-0.20250602.0}/setup.py +0 -0
@@ -0,0 +1 @@
1
+ Christian Berendt <berendt@osism.tech>
@@ -0,0 +1,7 @@
1
+ CHANGES
2
+ =======
3
+
4
+ v0.20250602.0
5
+ -------------
6
+
7
+ * Allow to change task timeout via OSISM\_TASK\_TIMEOUT environment variable (#1387)
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
7
7
  ENV PYTHONWARNINGS="ignore::UserWarning"
8
8
 
9
9
  COPY . /src
10
- COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /usr/local/bin/uv
10
+ COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /usr/local/bin/uv
11
11
 
12
12
  COPY files/data /data
13
13
  COPY files/change.sh /change.sh
@@ -7,7 +7,7 @@ FROM ${IMAGE}:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
7
7
  ENV PYTHONWARNINGS="ignore::UserWarning"
8
8
 
9
9
  COPY . /src
10
- COPY --from=ghcr.io/astral-sh/uv:0.7.8 /uv /usr/local/bin/uv
10
+ COPY --from=ghcr.io/astral-sh/uv:0.7.9 /uv /usr/local/bin/uv
11
11
 
12
12
  COPY files/data /data
13
13
  COPY files/change.sh /change.sh
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osism
3
- Version: 0.20250530.0
3
+ Version: 0.20250602.0
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -26,7 +26,7 @@ Requires-Dist: GitPython==3.1.44
26
26
  Requires-Dist: Jinja2==3.1.6
27
27
  Requires-Dist: PyYAML==6.0.2
28
28
  Requires-Dist: ara==1.7.2
29
- Requires-Dist: celery[redis]==5.5.2
29
+ Requires-Dist: celery[redis]==5.5.3
30
30
  Requires-Dist: cliff==4.10.0
31
31
  Requires-Dist: deepdiff==8.5.0
32
32
  Requires-Dist: docker==7.1.0
@@ -36,7 +36,7 @@ Requires-Dist: flower==2.0.1
36
36
  Requires-Dist: hiredis==3.2.1
37
37
  Requires-Dist: jc==1.25.5
38
38
  Requires-Dist: keystoneauth1==5.11.0
39
- Requires-Dist: kombu==5.5.3
39
+ Requires-Dist: kombu==5.5.4
40
40
  Requires-Dist: kubernetes==32.0.1
41
41
  Requires-Dist: loguru==0.7.3
42
42
  Requires-Dist: nbcli==0.10.0.dev2
@@ -52,7 +52,7 @@ Requires-Dist: sqlmodel==0.0.24
52
52
  Requires-Dist: sushy==5.6.0
53
53
  Requires-Dist: tabulate==0.9.0
54
54
  Requires-Dist: transitions==0.9.2
55
- Requires-Dist: uvicorn[standard]==0.34.2
55
+ Requires-Dist: uvicorn[standard]==0.34.3
56
56
  Requires-Dist: watchdog==6.0.0
57
57
  Provides-Extra: ansible
58
58
  Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
@@ -10,7 +10,7 @@ Jinja2 = "==3.1.6"
10
10
  PyYAML = "==6.0.2"
11
11
  ansible-runner = "==2.4.1"
12
12
  ara = "==1.7.2"
13
- celery = {version = "==5.5.2", extras = ["redis"]}
13
+ celery = {version = "==5.5.3", extras = ["redis"]}
14
14
  cliff = "==4.10.0"
15
15
  deepdiff = "==8.5.0"
16
16
  docker = "==7.1.0"
@@ -20,7 +20,7 @@ hiredis = "==3.2.1"
20
20
  huey = "==2.5.3"
21
21
  jc = "==1.25.5"
22
22
  keystoneauth1 = "==5.11.0"
23
- kombu = "==5.5.3"
23
+ kombu = "==5.5.4"
24
24
  kubernetes = "==32.0.1"
25
25
  loguru = "==0.7.3"
26
26
  nbcli = "0.10.0.dev2"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "hash": {
4
- "sha256": "502a46cada14b55db06ae7c1b0c578400f1880cf539b7a7c59a79d14c9c240d8"
4
+ "sha256": "1ff9f04228dbfaeaffb96e1ce0da94559d562d17f9888d8db4b4a759effe22dc"
5
5
  },
6
6
  "pipfile-spec": 6,
7
7
  "requires": {},
@@ -134,11 +134,11 @@
134
134
  "redis"
135
135
  ],
136
136
  "hashes": [
137
- "sha256:4d6930f354f9d29295425d7a37261245c74a32807c45d764bedc286afd0e724e",
138
- "sha256:54425a067afdc88b57cd8d94ed4af2ffaf13ab8c7680041ac2c4ac44357bdf4c"
137
+ "sha256:0b5761a07057acee94694464ca482416b959568904c9dfa41ce8413a7d65d525",
138
+ "sha256:6c972ae7968c2b5281227f01c3a3f984037d21c5129d07bf3550cc2afc6b10a5"
139
139
  ],
140
140
  "markers": "python_version >= '3.8'",
141
- "version": "==5.5.2"
141
+ "version": "==5.5.3"
142
142
  },
143
143
  "certifi": {
144
144
  "hashes": [
@@ -368,11 +368,11 @@
368
368
  },
369
369
  "cmd2": {
370
370
  "hashes": [
371
- "sha256:30a0d385021fbe4a4116672845e5695bbe56eb682f9096066776394f954a7429",
372
- "sha256:cbc79525e423dc2085ef7922cdc5586d1fedaecb768cdfb05e5482ee0740b755"
371
+ "sha256:832f8121c4f21ebf2af4292051b34579d7d4c9e917dc54f8e322feb911d76da1",
372
+ "sha256:8cffaba7810526421cab3bfa0101b4907e1298ff2bcd8119615965a2eae5d95f"
373
373
  ],
374
- "markers": "python_version >= '3.8'",
375
- "version": "==2.5.11"
374
+ "markers": "python_version >= '3.9'",
375
+ "version": "==2.6.0"
376
376
  },
377
377
  "cryptography": {
378
378
  "hashes": [
@@ -777,13 +777,16 @@
777
777
  "version": "==5.11.0"
778
778
  },
779
779
  "kombu": {
780
+ "extras": [
781
+ "redis"
782
+ ],
780
783
  "hashes": [
781
- "sha256:021a0e11fcfcd9b0260ef1fb64088c0e92beb976eb59c1dfca7ddd4ad4562ea2",
782
- "sha256:5b0dbceb4edee50aa464f59469d34b97864be09111338cfb224a10b6a163909b"
784
+ "sha256:886600168275ebeada93b888e831352fe578168342f0d1d5833d88ba0d847363",
785
+ "sha256:a12ed0557c238897d8e518f1d1fdf84bd1516c5e305af2dacd85c2015115feb8"
783
786
  ],
784
787
  "index": "pypi",
785
788
  "markers": "python_version >= '3.8'",
786
- "version": "==5.5.3"
789
+ "version": "==5.5.4"
787
790
  },
788
791
  "kubernetes": {
789
792
  "hashes": [
@@ -1293,14 +1296,6 @@
1293
1296
  "markers": "python_version >= '3.8'",
1294
1297
  "version": "==2.19.1"
1295
1298
  },
1296
- "pyjwt": {
1297
- "hashes": [
1298
- "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850",
1299
- "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"
1300
- ],
1301
- "markers": "python_version >= '3.8'",
1302
- "version": "==2.9.0"
1303
- },
1304
1299
  "pynacl": {
1305
1300
  "hashes": [
1306
1301
  "sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858",
@@ -1441,11 +1436,11 @@
1441
1436
  },
1442
1437
  "redis": {
1443
1438
  "hashes": [
1444
- "sha256:8d69d2dde11a12dc85d0dbf5c45577a5af048e2456f7077d87ad35c1c81c310e",
1445
- "sha256:f1deeca1ea2ef25c1e4e46b07f4ea1275140526b1feea4c6459c0ec27a10ef83"
1439
+ "sha256:16f2e22dff21d5125e8481515e386711a34cbec50f0e44413dd7d9c060a54e0f",
1440
+ "sha256:ee7e1056b9aea0f04c6c2ed59452947f34c4940ee025f5dd83e6a6418b6989e4"
1446
1441
  ],
1447
1442
  "markers": "python_version >= '3.8'",
1448
- "version": "==5.3.0"
1443
+ "version": "==5.2.1"
1449
1444
  },
1450
1445
  "requests": {
1451
1446
  "hashes": [
@@ -1488,11 +1483,11 @@
1488
1483
  },
1489
1484
  "ruamel.yaml": {
1490
1485
  "hashes": [
1491
- "sha256:b586a3416676566ed45bf679a0909719f7ea7b58c03a9b6e03f905a1e2cd5076",
1492
- "sha256:eca06c9fce6ee3220845c4c54e58376586e041a6127e4d1958e12a3142084897"
1486
+ "sha256:5a38fd5ce39d223bebb9e3a6779e86b9427a03fb0bf9f270060f8b149cffe5e2",
1487
+ "sha256:790ba4c48b6a6e6b12b532a7308779eb12d2aaab3a80fdb8389216f28ea2b287"
1493
1488
  ],
1494
1489
  "markers": "python_version >= '3.7'",
1495
- "version": "==0.18.11"
1490
+ "version": "==0.18.12"
1496
1491
  },
1497
1492
  "ruamel.yaml.clib": {
1498
1493
  "hashes": [
@@ -69,7 +69,7 @@ class Run(Command):
69
69
  )
70
70
  parser.add_argument(
71
71
  "--timeout",
72
- default=300,
72
+ default=os.environ.get("OSISM_TASK_TIMEOUT", 300),
73
73
  type=int,
74
74
  help="Timeout to end if there is no output",
75
75
  )
@@ -1,5 +1,6 @@
1
1
  # SPDX-License-Identifier: Apache-2.0
2
2
 
3
+ import os
3
4
  import subprocess
4
5
  import time
5
6
 
@@ -34,7 +35,7 @@ class Sync(Command):
34
35
  )
35
36
  parser.add_argument(
36
37
  "--task-timeout",
37
- default=3600,
38
+ default=os.environ.get("OSISM_TASK_TIMEOUT", 300),
38
39
  type=int,
39
40
  help="Timeout for a scheduled task that has not been executed yet",
40
41
  )
@@ -1,5 +1,6 @@
1
1
  # SPDX-License-Identifier: Apache-2.0
2
2
 
3
+ import logging
3
4
  import os
4
5
  import re
5
6
  import subprocess
@@ -77,6 +78,7 @@ def run_ansible_in_environment(
77
78
 
78
79
  # NOTE: Consider arguments in the future
79
80
  if locking:
81
+ logging.getLogger("redlock").setLevel(logging.WARNING)
80
82
  lock = Redlock(
81
83
  key=f"lock-ansible-{environment}-{role}",
82
84
  masters={utils.redis},
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: osism
3
- Version: 0.20250530.0
3
+ Version: 0.20250602.0
4
4
  Summary: OSISM manager interface
5
5
  Home-page: https://github.com/osism/python-osism
6
6
  Author: OSISM GmbH
@@ -26,7 +26,7 @@ Requires-Dist: GitPython==3.1.44
26
26
  Requires-Dist: Jinja2==3.1.6
27
27
  Requires-Dist: PyYAML==6.0.2
28
28
  Requires-Dist: ara==1.7.2
29
- Requires-Dist: celery[redis]==5.5.2
29
+ Requires-Dist: celery[redis]==5.5.3
30
30
  Requires-Dist: cliff==4.10.0
31
31
  Requires-Dist: deepdiff==8.5.0
32
32
  Requires-Dist: docker==7.1.0
@@ -36,7 +36,7 @@ Requires-Dist: flower==2.0.1
36
36
  Requires-Dist: hiredis==3.2.1
37
37
  Requires-Dist: jc==1.25.5
38
38
  Requires-Dist: keystoneauth1==5.11.0
39
- Requires-Dist: kombu==5.5.3
39
+ Requires-Dist: kombu==5.5.4
40
40
  Requires-Dist: kubernetes==32.0.1
41
41
  Requires-Dist: loguru==0.7.3
42
42
  Requires-Dist: nbcli==0.10.0.dev2
@@ -52,7 +52,7 @@ Requires-Dist: sqlmodel==0.0.24
52
52
  Requires-Dist: sushy==5.6.0
53
53
  Requires-Dist: tabulate==0.9.0
54
54
  Requires-Dist: transitions==0.9.2
55
- Requires-Dist: uvicorn[standard]==0.34.2
55
+ Requires-Dist: uvicorn[standard]==0.34.3
56
56
  Requires-Dist: watchdog==6.0.0
57
57
  Provides-Extra: ansible
58
58
  Requires-Dist: ansible-runner==2.4.1; extra == "ansible"
@@ -0,0 +1 @@
1
+ {"git_version": "e6f441e", "is_release": false}
@@ -3,7 +3,7 @@ GitPython==3.1.44
3
3
  Jinja2==3.1.6
4
4
  PyYAML==6.0.2
5
5
  ara==1.7.2
6
- celery[redis]==5.5.2
6
+ celery[redis]==5.5.3
7
7
  cliff==4.10.0
8
8
  deepdiff==8.5.0
9
9
  docker==7.1.0
@@ -13,7 +13,7 @@ flower==2.0.1
13
13
  hiredis==3.2.1
14
14
  jc==1.25.5
15
15
  keystoneauth1==5.11.0
16
- kombu==5.5.3
16
+ kombu==5.5.4
17
17
  kubernetes==32.0.1
18
18
  loguru==0.7.3
19
19
  nbcli==0.10.0.dev2
@@ -29,7 +29,7 @@ sqlmodel==0.0.24
29
29
  sushy==5.6.0
30
30
  tabulate==0.9.0
31
31
  transitions==0.9.2
32
- uvicorn[standard]==0.34.2
32
+ uvicorn[standard]==0.34.3
33
33
  watchdog==6.0.0
34
34
 
35
35
  [ansible]
@@ -3,7 +3,7 @@ GitPython==3.1.44
3
3
  Jinja2==3.1.6
4
4
  PyYAML==6.0.2
5
5
  ara==1.7.2
6
- celery[redis]==5.5.2
6
+ celery[redis]==5.5.3
7
7
  cliff==4.10.0
8
8
  deepdiff==8.5.0
9
9
  docker==7.1.0
@@ -13,7 +13,7 @@ flower==2.0.1
13
13
  hiredis==3.2.1
14
14
  jc==1.25.5
15
15
  keystoneauth1==5.11.0
16
- kombu==5.5.3
16
+ kombu==5.5.4
17
17
  kubernetes==32.0.1
18
18
  loguru==0.7.3
19
19
  nbcli==0.10.0.dev2
@@ -29,5 +29,5 @@ sqlmodel==0.0.24
29
29
  sushy==5.6.0
30
30
  tabulate==0.9.0
31
31
  transitions==0.9.2
32
- uvicorn[standard]==0.34.2
32
+ uvicorn[standard]==0.34.3
33
33
  watchdog==6.0.0
@@ -1 +0,0 @@
1
- renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@@ -1,7 +0,0 @@
1
- CHANGES
2
- =======
3
-
4
- v0.20250530.0
5
- -------------
6
-
7
- * chore(deps): update dependency netbox-manager to v0.20250529.1 (#1380)
@@ -1 +0,0 @@
1
- {"git_version": "424407f", "is_release": false}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes