Skip to content

Commit

Permalink
build: update requirements (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 authored Apr 8, 2024
1 parent 141749f commit 25b806a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
14 changes: 7 additions & 7 deletions saas/poetry.lock

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

3 changes: 2 additions & 1 deletion saas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions saas/requirements.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions saas/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 25b806a

Please sign in to comment.