diff --git a/poetry.lock b/poetry.lock index 2d23fc9..73007e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -330,13 +330,13 @@ files = [ [[package]] name = "pip" -version = "25.0" +version = "25.0.1" description = "The PyPA recommended tool for installing Python packages." optional = false python-versions = ">=3.8" files = [ - {file = "pip-25.0-py3-none-any.whl", hash = "sha256:b6eb97a803356a52b2dd4bb73ba9e65b2ba16caa6bcb25a7497350a4e5859b65"}, - {file = "pip-25.0.tar.gz", hash = "sha256:8e0a97f7b4c47ae4a494560da84775e9e2f671d415d8d828e052efefb206b30b"}, + {file = "pip-25.0.1-py3-none-any.whl", hash = "sha256:c46efd13b6aa8279f33f2864459c8ce587ea6a1a59ee20de055868d8f7688f7f"}, + {file = "pip-25.0.1.tar.gz", hash = "sha256:88f96547ea48b940a3a385494e181e29fb8637898f88d88737c5049780f196ea"}, ] [[package]] @@ -516,4 +516,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "89ca351e30b4e50818befbc069ac47a64da63740115e406a71de889ba77e8846" +content-hash = "55ef8179b41567130a6687972738a2a2591ff0d5bc94afeadbeef50503c31d5e" diff --git a/pyproject.toml b/pyproject.toml index f0ecde8..dc637ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python-dateutil = "2.9.0.post0" requests = "2.32.3" [tool.poetry.group.dev.dependencies] -pip ="25.0" +pip ="25.0.1" flake8 = "7.1.1" pytest = "8.3.4"