We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8533b9c commit a988b5eCopy full SHA for a988b5e
Dockerfile
@@ -1,4 +1,4 @@
1
-from python:3.10-slim
+from python:3.13-slim
2
3
RUN : \
4
&& apt-get update \
requirements-dev.txt
@@ -1,3 +1,3 @@
-pre-commit==2.19.0
+pre-commit==2.21.0
black
mypy
requirements.txt
@@ -1,13 +1,13 @@
-jsonschema==4.6.1
-PyYAML==6.0
-datamodel-code-generator==0.13.0
-json-schema-for-humans==0.41.3
5
-typer==0.4.2
6
-Jinja2==3.1.2
7
-netaddr==0.8.0
8
-ansible==6.0.0
9
-pytest==7.1.2
+jsonschema==4.23.0
+PyYAML==6.0.2
+datamodel-code-generator==0.26.4
+json-schema-for-humans==0.48
+typer==0.15.1
+Jinja2==3.1.5
+netaddr==0.10.1
+ansible==6.7.0
+pytest==7.4.4
10
pytest-html
11
types-PyYAML
12
requests
13
-rich==12.4.4
+rich==12.6.0
0 commit comments