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 a2893be commit 6a08ec3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
mongo: true
lint: true
# renovate: datasource=conda depName=conda-forge/python
python-version: "3.12.4"
python-version: "3.12.5"
# renovate: datasource=pypi depName=ruff
ruff-version: "0.4.9"
ruff-version: "0.6.0"
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.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ slack-sdk = {version = "^3.18.1", optional = true}
setproctitle = {version = "^1.3.3", optional = true}

[tool.poetry.dev-dependencies]
pytest = "^8.2.2"
pytest = "^8.3.2"
pytest-cov = "^5.0.0"
mypy = "^1.10.0"
pytest-asyncio = "^0.23.7"
mypy = "^1.11.1"
pytest-asyncio = "^0.23.8"
pytest-mock = "^3.14.0"
mongomock = "^4.1.2"
# mongomock uses pkg_resources
Expand All @@ -81,7 +81,7 @@ types-ujson = "^5.10.0.20240515"
matplotlib = "^3.9.0"
ipython = "^8.25.0"
types-psutil = "^5.9.5.20240516"
ruff = "^0.4.0"
ruff = "^0.6.0"

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 6a08ec3

Please sign in to comment.