diff --git a/pkg/lockfile/fixtures/pyproject-toml-extractor/uv-dependency-groups/pyproject.toml b/pkg/lockfile/fixtures/pyproject-toml-extractor/uv-dependency-groups/pyproject.toml index 1ce30134..10dd1240 100644 --- a/pkg/lockfile/fixtures/pyproject-toml-extractor/uv-dependency-groups/pyproject.toml +++ b/pkg/lockfile/fixtures/pyproject-toml-extractor/uv-dependency-groups/pyproject.toml @@ -2,7 +2,7 @@ name = "my-app" version = "1.0.0" dependencies = [ - "requests==2.28.0", + "requests==2.33.1", ] [tool.uv] diff --git a/pkg/lockfile/fixtures/pyproject-toml-extractor/with-uv-lock/pyproject.toml b/pkg/lockfile/fixtures/pyproject-toml-extractor/with-uv-lock/pyproject.toml index 8481796f..d8556ed1 100644 --- a/pkg/lockfile/fixtures/pyproject-toml-extractor/with-uv-lock/pyproject.toml +++ b/pkg/lockfile/fixtures/pyproject-toml-extractor/with-uv-lock/pyproject.toml @@ -2,5 +2,5 @@ name = "my-app" version = "1.0.0" dependencies = [ - "requests==2.28.0", + "requests==2.33.1", ]