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] committed Jun 1, 2024
1 parent 09973e7 commit fde3a91
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
50 changes: 25 additions & 25 deletions poetry.lock

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

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

[tool.poetry.dependencies]
python = ">=3.9,<4"
jsonschema = "4.21.1"
typing-extensions = "4.10.0"
requests = "2.31.0"
jsonschema = "4.22.0"
typing-extensions = "4.12.1"
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 }
referencing = "0.34.0"
referencing = "0.35.1"

[tool.poetry.extras]
generate = []
Expand All @@ -57,11 +57,11 @@ extra = ['pinyin', 'romkan', 'romanize']

[tool.poetry.group.dev.dependencies]
prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }
prospector-profile-duplicated = "1.2.0"
prospector-profile-duplicated = "1.5.0"
prospector-profile-utils = "1.7.2"
pytest = "8.1.2"
pytest = "8.2.1"
pytest-cov = "5.0.0"
types-requests = "2.31.0.20240406"
types-requests = "2.32.0.20240523"
types-pyyaml = "6.0.12.20240311"

[build-system]
Expand Down

0 comments on commit fde3a91

Please sign in to comment.