Skip to content

Commit

Permalink
Merge pull request #31 from anevis/chore/dep-update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
anevis authored Sep 2, 2024
2 parents bc1abc9 + fd32880 commit cef8b7e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
click==8.1.7
jsonschema[format]==4.23.0
pyyaml==6.0.1
pyyaml==6.0.2

# Dev dependencies
coverage==7.6.0
coverage==7.6.1
mock==5.1.0
pytest==8.3.2
pytest-cov==5.0.0

mypy==1.11.1
ruff==0.5.5
safety==3.2.4
mypy==1.11.2
ruff==0.6.3
safety==3.2.7

# Packaging
setuptools==72.1.0
setuptools==74.0.0
twine==5.1.1
wheel==0.43.0
wheel==0.44.0

# Typing
types-mock==5.1.0.20240425
types-orjson==3.6.2
types-PyYAML==6.0.12.20240724
types-jsonschema==4.23.0.20240712
types-PyYAML==6.0.12.20240808
types-jsonschema==4.23.0.20240813

0 comments on commit cef8b7e

Please sign in to comment.