Skip to content

Commit

Permalink
chore(deps): update minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 095ef71 commit 9ad8dae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: false
type: string
# renovate: datasource=conda depName=conda-forge/python
default: "3.12.4"
default: "3.12.5"
poetry-version:
required: false
type: string
Expand All @@ -30,7 +30,7 @@ on:
required: false
type: string
# renovate: datasource=pypi depName=ruff versioning=pep440
default: "0.4.9"
default: "0.6.0"
mypy-check-files:
required: false
description: extra files to check with mypy
Expand Down
39 changes: 20 additions & 19 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 @@ -25,15 +25,15 @@ ujson = "^5.1.0"
platformdirs = "^4.2.2"

[tool.poetry.dev-dependencies]
pytest = "^8.2.2"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
mypy = "^1.10.0"
mypy = "^1.11.1"
types-PyYAML = "^6.0.12"
types-setuptools = "^65.3.0"

[tool.poetry.group.dev.dependencies]
pytest-mock = "^3.12.0"
ruff = "^0.4.0"
ruff = "^0.6.0"
pymongo = "^4.7.3"

[build-system]
Expand Down

0 comments on commit 9ad8dae

Please sign in to comment.