Skip to content

Commit ec59911

Browse files
committed
Move types-requests to dev dependencies
1 parent e11fd5f commit ec59911

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ python = "^3.9.2"
3333
paramiko = ">=2.7.1"
3434
lxml = ">=4.5.0"
3535
requests = "^2.32.3"
36-
types-requests = "^2.32.0.20250328"
3736

3837
[tool.poetry.group.dev.dependencies]
3938
coverage = ">=7.2"
@@ -47,6 +46,7 @@ furo = ">=2022.6.21"
4746
lxml-stubs = "^0.5.1"
4847
types-paramiko = "^3.4.0.20240205"
4948
git-cliff = "^2.8.0"
49+
types-requests = "^2.32.0.20250328"
5050

5151
[tool.black]
5252
line-length = 80

0 commit comments

Comments
 (0)