Skip to content

Commit 438d134

Browse files
authored
Merge branch 'main' into dependabot/pip/pylint-4.0.4
2 parents 212c95f + bc320f5 commit 438d134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dynamic = ["readme", "version"]
2929

3030
[project.optional-dependencies]
3131
coverage = [
32-
"coverage==7.8.0"
32+
"coverage==7.12.0"
3333
]
3434
formatting = [
3535
"black==25.12.0",
@@ -48,7 +48,7 @@ spellcheck = [
4848
tests = [
4949
"pytest==8.3.5",
5050
"pytest-asyncio==1.3.0",
51-
"testcontainers==4.13.2"
51+
"testcontainers==4.13.3"
5252
]
5353
type_check = [
5454
"mypy[pydantic]==1.15.0",

0 commit comments

Comments
 (0)