Skip to content

Commit d02fd2d

Browse files
authored
chore: bump protego minimal version to v0.5 (#1322)
### Description - Bump `protego` minimal version to v0.5. Because it got types - https://github.com/scrapy/protego/releases/tag/0.5.0
1 parent cb9cb64 commit d02fd2d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"colorama>=0.4.0",
4040
"httpx[brotli,http2,zstd]>=0.27.0",
4141
"more-itertools>=10.2.0",
42-
"protego>=0.4.0",
42+
"protego>=0.5.0",
4343
"psutil>=6.0.0",
4444
"pydantic-settings>=2.2.0,<2.7.0",
4545
"pydantic>=2.8.0,!=2.10.0,!=2.10.1,!=2.10.2",
@@ -246,7 +246,6 @@ module = [
246246
"jaro", # Untyped and stubs not available
247247
"litestar", # Example code shows deploy on Google Cloud Run.
248248
"loguru", # Example code shows integration of loguru and crawlee for JSON logging.
249-
"protego", # Untyped and stubs not available
250249
"sklearn.linear_model", # Untyped and stubs not available
251250
"sortedcollections", # Untyped and stubs not available
252251
"cookiecutter.*", # Untyped and stubs not available

uv.lock

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

0 commit comments

Comments
 (0)