From 25b806a7fac13ded84262030573924d915218d2f Mon Sep 17 00:00:00 2001 From: Timmy Date: Mon, 8 Apr 2024 15:28:09 +0800 Subject: [PATCH] build: update requirements (#2601) --- saas/poetry.lock | 14 +++++++------- saas/pyproject.toml | 3 ++- saas/requirements.txt | 4 ++-- saas/requirements_dev.txt | 4 ++-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/saas/poetry.lock b/saas/poetry.lock index 3c6df464e..1fbae9b8d 100644 --- a/saas/poetry.lock +++ b/saas/poetry.lock @@ -30,16 +30,16 @@ vine = ">=5.0.0" [[package]] name = "apigw-manager" -version = "3.0.1" +version = "3.0.2" description = "The SDK for managing blueking gateway resource." category = "main" optional = false -python-versions = ">=3.6.1,<4.0.0" +python-versions = "<4.0.0,>=3.6.1" [package.dependencies] bkapi-bk-apigateway = ">=1.0.11,<2.0.0" bkapi-client-core = ">=1.2.0" -future = "0.18.2" +future = ">=0.18.2" packaging = ">=21.0" pyyaml = ">=5.4.1" urllib3 = ">=1.25.3" @@ -784,7 +784,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "future" -version = "0.18.2" +version = "0.18.3" description = "Clean single-source support for Python 3 and 2" category = "main" optional = false @@ -2073,7 +2073,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "3.6.6" -content-hash = "7bf89e92f2209429554f56dbfbd12060f68f47deab98a58d66e4e4d751797a44" +content-hash = "89a4481394a7eaac5f6aaa1890d4305d9fd8af594332a68cb7ed53076c0d7481" [metadata.files] aenum = [ @@ -2090,7 +2090,7 @@ amqp = [ {file = "amqp-5.1.1.tar.gz", hash = "sha256:2c1b13fecc0893e946c65cbd5f36427861cffa4ea2201d8f6fca22e2a373b5e2"}, ] apigw-manager = [ - {file = "apigw_manager-3.0.1-py3-none-any.whl", hash = "sha256:5c1eafd7031dca609ddf8aebb26f716244d598801407bdc1fc3fbc44d5718ff0"}, + {file = "apigw_manager-3.0.2-py3-none-any.whl", hash = "sha256:c495d8da42362c30e262bc524923807659b045654c82686c3f377afdd282b4d9"}, ] appdirs = [ {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, @@ -2412,7 +2412,7 @@ flake8-comprehensions = [ {file = "flake8_comprehensions-3.5.0-py3-none-any.whl", hash = "sha256:b07aef3277623db32310aa241a1cec67212b53c1d18e767d7e26d4d83aa05bf7"}, ] future = [ - {file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"}, + {file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"}, ] gevent = [ {file = "gevent-22.10.2-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:97cd42382421779f5d82ec5007199e8a84aa288114975429e4fd0a98f2290f10"}, diff --git a/saas/pyproject.toml b/saas/pyproject.toml index cf28a6954..fcb289450 100644 --- a/saas/pyproject.toml +++ b/saas/pyproject.toml @@ -102,7 +102,7 @@ django-mptt = "0.11.0" pyinstrument = "3.1.3" redis = "4.3.6" django-redis = "5.2.0" -apigw-manager = "3.0.1" +apigw-manager = "3.0.2" typing-extensions = "3.7.4.3" opentelemetry-api = "^1.7.1" opentelemetry-sdk = "1.8.0" @@ -135,6 +135,7 @@ opentelemetry-instrumentation = "0.27b0" opentelemetry-semantic-conventions = "0.27b0" sqlparse = "0.4.4" urllib3 = "1.26.18" +future = "0.18.3" [tool.poetry.dev-dependencies] # For flake8 support pyproject.toml diff --git a/saas/requirements.txt b/saas/requirements.txt index 95a9b7119..910a9ba4f 100644 --- a/saas/requirements.txt +++ b/saas/requirements.txt @@ -1,7 +1,7 @@ aenum==2.2.6 aiocontextvars==0.2.2; python_version < "3.7" and python_version >= "3.6" amqp==5.1.1; python_version >= "3.6" -apigw-manager==3.0.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" +apigw-manager==3.0.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" asgiref==3.4.1; python_version >= "3.6" async-timeout==4.0.2; python_version >= "3.6" backoff==1.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" @@ -46,7 +46,7 @@ djangorestframework==3.14.0; python_version >= "3.6" dogpile.cache==0.9.2 drf-yasg==1.21.4; python_version >= "3.6" et-xmlfile==1.1.0; python_version >= "3.6" -future==0.18.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" +future==0.18.3; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") gevent==22.10.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_version > "3.5") gitdb==4.0.9; python_version >= "3.6" gitpython==3.1.18; python_version >= "3.6" diff --git a/saas/requirements_dev.txt b/saas/requirements_dev.txt index f2aeee2a0..99c8e7312 100644 --- a/saas/requirements_dev.txt +++ b/saas/requirements_dev.txt @@ -1,7 +1,7 @@ aenum==2.2.6 aiocontextvars==0.2.2; python_version < "3.7" and python_version >= "3.6" amqp==5.1.1; python_version >= "3.6" -apigw-manager==3.0.1; python_full_version >= "3.6.1" and python_full_version < "4.0.0" +apigw-manager==3.0.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" appdirs==1.4.4; python_full_version >= "3.6.2" asgiref==3.4.1; python_version >= "3.6" async-timeout==4.0.2; python_version >= "3.6" @@ -58,7 +58,7 @@ et-xmlfile==1.1.0; python_version >= "3.6" flake8-bugbear==22.9.23; python_version >= "3.6" flake8-comprehensions==3.5.0; python_version >= "3.6" flake8==3.9.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6" -future==0.18.2; python_full_version >= "3.6.1" and python_full_version < "4.0.0" +future==0.18.3; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0") gevent==22.10.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_version > "3.5") gitdb==4.0.9; python_version >= "3.6" gitpython==3.1.18; python_version >= "3.6"