Skip to content

Commit 7fe320b

Browse files
github-actions[bot]adamtheturtle
authored andcommitted
Merge pull request #2308 from VWS-Python/dependabot/pip/deptry-0.20.0
Bump deptry from 0.19.1 to 0.20.0
2 parents 126aa85 + 0089718 commit 7fe320b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,9 @@ dependencies = [
3939
]
4040
optional-dependencies.dev = [
4141
"actionlint-py==1.7.1.15",
42+
"beartype==0.18.5",
4243
"check-manifest==0.49",
43-
"deptry==0.19.1",
44+
"deptry==0.20.0",
4445
"doc8==1.1.1",
4546
"freezegun==1.5.1",
4647
"furo==2024.8.6",
@@ -63,7 +64,6 @@ optional-dependencies.dev = [
6364
"sphinx-substitution-extensions==2024.8.6",
6465
"sphinxcontrib-spelling==8",
6566
"sybil==6.1.1",
66-
"typeguard==4.3.0",
6767
"types-requests==2.32.0.20240712",
6868
"vulture==2.11",
6969
"vws-python-mock==2024.7.15",
@@ -278,9 +278,6 @@ keep_full_version = true
278278

279279
xfail_strict = true
280280
log_cli = true
281-
typeguard-packages = """
282-
tests
283-
"""
284281

285282
[tool.coverage.run]
286283

spelling_private_dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ admin
2727
api
2828
args
2929
ascii
30+
beartype
3031
bool
3132
boolean
3233
bytesio

0 commit comments

Comments
 (0)