diff --git a/Dockerfile b/Dockerfile index 21a0f72..9ad5797 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from python:3.10-slim +from python:3.13-slim RUN : \ && apt-get update \ diff --git a/requirements-dev.txt b/requirements-dev.txt index 2c051f5..5139d4e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -pre-commit==2.19.0 +pre-commit==2.21.0 black mypy \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4962c09..3f85c4d 100644 --- a/requirements.txt +++ b/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 -typer==0.4.2 -Jinja2==3.1.2 -netaddr==0.8.0 -ansible==6.0.0 -pytest==7.1.2 +jsonschema==4.23.0 +PyYAML==6.0.2 +datamodel-code-generator==0.26.2 +json-schema-for-humans==0.48 +typer==0.13.0 +Jinja2==3.1.4 +netaddr==0.10.1 +ansible==6.7.0 +pytest==7.4.4 pytest-html types-PyYAML requests -rich==12.4.4 \ No newline at end of file +rich==12.6.0 \ No newline at end of file