From ee1f0087f45d0be5f38f553b4b174cc8fda0cbc2 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Tue, 16 Sep 2025 12:01:51 +0200 Subject: [PATCH] chore: Update Impit to v0.6.1 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40cf18a8..4b8b1368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "crawlee==0.6.13b37", "cachetools>=5.5.0", "cryptography>=42.0.0", - "impit>=0.5.3", + "impit>=0.6.1", "lazy-object-proxy>=1.11.0", "more_itertools>=10.2.0", "typing-extensions>=4.1.0", diff --git a/uv.lock b/uv.lock index 08c956be..93812ef0 100644 --- a/uv.lock +++ b/uv.lock @@ -78,7 +78,7 @@ requires-dist = [ { name = "cachetools", specifier = ">=5.5.0" }, { name = "crawlee", specifier = "==0.6.13b37" }, { name = "cryptography", specifier = ">=42.0.0" }, - { name = "impit", specifier = ">=0.5.3" }, + { name = "impit", specifier = ">=0.6.1" }, { name = "lazy-object-proxy", specifier = ">=1.11.0" }, { name = "more-itertools", specifier = ">=10.2.0" }, { name = "scrapy", marker = "extra == 'scrapy'", specifier = ">=2.11.0" },