From b992f27523312add28952b86a50ae029542eed85 Mon Sep 17 00:00:00 2001 From: tarepan Date: Tue, 27 Feb 2024 15:20:47 +0000 Subject: [PATCH] fix: pip --- requirements-dev.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 99ff9fee2..e5ecfc8bd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,7 +40,7 @@ pkginfo==1.9.6 ; python_version >= "3.11" and python_version < "3.12" platformdirs==3.10.0 ; python_version >= "3.11" and python_version < "3.12" poetry-core==1.9.0 ; python_version >= "3.11" and python_version < "3.12" poetry-plugin-export==1.6.0 ; python_version >= "3.11" and python_version < "3.12" -poetry==1.8.0 ; python_version >= "3.11" and python_version < "3.12" +poetry==1.8.1 ; python_version >= "3.11" and python_version < "3.12" pre-commit==2.21.0 ; python_version >= "3.11" and python_version < "3.12" ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "3.12" pycparser==2.21 ; python_version >= "3.11" and python_version < "3.12" diff --git a/requirements-test.txt b/requirements-test.txt index ca3db90f1..8e248f322 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -54,7 +54,7 @@ platformdirs==3.10.0 ; python_version >= "3.11" and python_version < "3.12" pluggy==1.4.0 ; python_version >= "3.11" and python_version < "3.12" poetry-core==1.9.0 ; python_version >= "3.11" and python_version < "3.12" poetry-plugin-export==1.6.0 ; python_version >= "3.11" and python_version < "3.12" -poetry==1.8.0 ; python_version >= "3.11" and python_version < "3.12" +poetry==1.8.1 ; python_version >= "3.11" and python_version < "3.12" ptyprocess==0.7.0 ; python_version >= "3.11" and python_version < "3.12" pycodestyle==2.11.0 ; python_version >= "3.11" and python_version < "3.12" pycparser==2.21 ; python_version >= "3.11" and python_version < "3.12"