Skip to content

Commit

Permalink
Update all minor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent 13c720c commit afa9632
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jsonschema-gentypes = "jsonschema_gentypes.cli:main"

[tool.poetry.dependencies]
python = ">=3.9,<4"
jsonschema = "4.22.0"
jsonschema = "4.23.0"
typing-extensions = "4.12.2"
requests = "2.32.3"
"PyYAML" = "6.0.1"
pinyin = { version = "0.4.0", optional = true }
romkan = { version = "0.2.1", optional = true }
romanize = { version = "1.0.2", optional = true }
pre-commit = { version = "3.7.1", optional = true }
pre-commit = { version = "3.8.0", optional = true }
referencing = "0.35.1"

[tool.poetry.extras]
Expand All @@ -59,7 +59,7 @@ extra = ['pinyin', 'romkan', 'romanize']
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }
prospector-profile-duplicated = "1.5.0"
prospector-profile-utils = "1.7.2"
pytest = "8.2.2"
pytest = "8.3.2"
pytest-cov = "5.0.0"
types-requests = "2.32.0.20240622"
types-pyyaml = "6.0.12.20240311"
Expand Down

0 comments on commit afa9632

Please sign in to comment.