Skip to content

Commit 95fa804

Browse files
authored
chore(deps): specifiy range contraints for types-requests (#1387)
1 parent 3eddd28 commit 95fa804

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ Changelog = "https://eest.ethereum.org/main/CHANGELOG/"
6565

6666
[project.optional-dependencies]
6767
test = ["pytest-cov>=4.1.0,<5"]
68-
lint = ["ruff==0.9.4", "mypy>=1.15.0,<1.16", "types-requests"]
68+
lint = [
69+
"ruff==0.9.4",
70+
"mypy>=1.15.0,<1.16",
71+
"types-requests>=2.31,<2.33",
72+
]
6973
docs = [
7074
"cairosvg>=2.7.0,<3",
7175
"mike>=1.1.2,<2",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)