Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 7, 2024

Verified

This commit was signed with the committer’s verified signature.
jkcdarunday Jan Keith Darunday
1 parent 8533b9c commit dfd8381
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from python:3.10-slim
from python:3.13-slim

RUN : \
&& apt-get update \
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pre-commit==2.19.0
pre-commit==2.21.0
black
mypy
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
rich==12.6.0

0 comments on commit dfd8381

Please sign in to comment.