Skip to content

Commit 7ab74ca

Browse files
chore(deps): update dev dependencies (#339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1689f04 commit 7ab74ca

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
# renovate: datasource=python-version depName=python
3232
python-version: "3.13.1"
3333
# renovate: datasource=pypi depName=ruff depType=dev
34-
ruff-version: "0.15.7"
34+
ruff-version: "0.15.14"

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ mongomock = {version = "^4.3", optional = true}
5858
queue = ["mongomock"]
5959

6060
[tool.poetry.group.dev.dependencies]
61-
pytest = "^9.0.2"
61+
pytest = "^9.0.3"
6262
pytest-cov = "^7.1.0"
6363
mypy = "^2.1.0"
64-
pytest-asyncio = "^1.3.0"
64+
pytest-asyncio = "^1.4.0"
6565
pytest-mock = "^3.15.1"
6666
mongomock = "*"
6767
httpx = "^0.28.1"

0 commit comments

Comments
 (0)