Skip to content

Commit

Permalink
bk-esb use setuptools=57.5.0 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-smile authored Jul 20, 2023
1 parent fdc561e commit 5738d3c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/esb/esb/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python-editor==1.0.4 ; python_full_version >= "3.6.2" and python_version < "3.8"
pytz==2016.6.1 ; python_full_version >= "3.6.2" and python_version < "3.8"
pyyaml==5.4.1 ; python_full_version >= "3.6.2" and python_version < "3.8"
requests==2.27.1 ; python_full_version >= "3.6.2" and python_version < "3.8"
setuptools==59.6.0 ; python_full_version >= "3.6.2" and python_version < "3.8"
setuptools==57.5.0 ; python_full_version >= "3.6.2" and python_version < "3.8"
six==1.15.0 ; python_full_version >= "3.6.2" and python_version < "3.8"
soupsieve==2.3 ; python_full_version >= "3.6.2" and python_version < "3.8"
sqlalchemy==1.4.29 ; python_full_version >= "3.6.2" and python_version < "3.8"
Expand Down
2 changes: 1 addition & 1 deletion src/esb/esb/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pyyaml==5.4.1 ; python_full_version >= "3.6.2" and python_version < "3.8"
regex==2021.11.2 ; python_full_version >= "3.6.2" and python_version < "3.8"
requests==2.27.1 ; python_full_version >= "3.6.2" and python_version < "3.8"
responses==0.10.14 ; python_full_version >= "3.6.2" and python_version < "3.8"
setuptools==59.6.0 ; python_full_version >= "3.6.2" and python_version < "3.8"
setuptools==57.5.0 ; python_full_version >= "3.6.2" and python_version < "3.8"
six==1.15.0 ; python_full_version >= "3.6.2" and python_version < "3.8"
soupsieve==2.3 ; python_full_version >= "3.6.2" and python_version < "3.8"
sqlalchemy==1.4.29 ; python_full_version >= "3.6.2" and python_version < "3.8"
Expand Down
10 changes: 5 additions & 5 deletions src/esb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/esb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ cryptography = "3.4.8"
django-prometheus = "^2.1.0"
tencent-apigateway-common = "0.1.11"
apigw-manager = "1.0.1"
setuptools = "57.5.0"

[tool.poetry.dev-dependencies]
coverage = "4.5.4"
Expand Down

0 comments on commit 5738d3c

Please sign in to comment.