Skip to content

Commit a1fde60

Browse files
fix(deps): update all non-major dependencies
1 parent 8533b9c commit a1fde60

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from python:3.10-slim
1+
from python:3.12-slim
22

33
RUN : \
44
&& apt-get update \

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pre-commit==2.19.0
1+
pre-commit==2.21.0
22
black
33
mypy

requirements.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
jsonschema==4.6.1
2-
PyYAML==6.0
3-
datamodel-code-generator==0.13.0
4-
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
1+
jsonschema==4.23.0
2+
PyYAML==6.0.2
3+
datamodel-code-generator==0.26.1
4+
json-schema-for-humans==0.48
5+
typer==0.12.5
6+
Jinja2==3.1.4
7+
netaddr==0.10.1
8+
ansible==6.7.0
9+
pytest==7.4.4
1010
pytest-html
1111
types-PyYAML
1212
requests
13-
rich==12.4.4
13+
rich==12.6.0

0 commit comments

Comments
 (0)