Skip to content

Commit

Permalink
feat: update dependencies for project
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Nov 15, 2024
1 parent 4d6ec49 commit acb5589
Show file tree
Hide file tree
Showing 13 changed files with 1,811 additions and 1,785 deletions.
4 changes: 2 additions & 2 deletions src/bk-login/bklogin/monitoring/metrics/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#
# We undertake not to change the open source license (MIT license) applicable
# to the current version of the project delivered to anyone in the future.
from django.conf.urls import url
from django.urls import re_path

from . import views

urlpatterns = [url(r"^metrics$", views.metric_view, name="prometheus-django-metrics")]
urlpatterns = [re_path(r"^metrics$", views.metric_view, name="prometheus-django-metrics")]
1,846 changes: 944 additions & 902 deletions src/bk-login/poetry.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/bk-login/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ url = "https://mirrors.tencent.com/pypi/simple/"
priority = "default"

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
django = "3.2.25"
python = ">=3.11,<3.12"
django = "4.2.16"
pymysql = "1.1.1"
requests = "2.31.0"
gunicorn = "21.2.0"
gevent = "23.9.1"
gevent = "24.2.1"
django-environ = "0.8.1"
whitenoise = "6.5.0"
werkzeug = "3.0.2"
python-json-logger = "2.0.7"
concurrent-log-handler = "0.9.25"
django-prometheus = "2.3.1"
pydantic = "2.3.0"
blue-krill = "2.0.3"
pydantic = "2.6.4"
blue-krill = "2.0.7"
django-cors-headers = "4.3.0"
sentry-sdk = "1.5.6"
sentry-sdk = "1.43.0"
opentelemetry-api = "1.25.0"
opentelemetry-sdk = "1.25.0"
opentelemetry-proto = "1.25.0"
Expand Down
150 changes: 75 additions & 75 deletions src/bk-login/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
--index-url https://mirrors.tencent.com/pypi/simple

annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "3.11"
asgiref==3.8.1 ; python_version >= "3.10" and python_version < "3.11"
bk-crypto-python-sdk==1.1.1 ; python_version >= "3.10" and python_version < "3.11"
bk-notice-sdk==1.3.2 ; python_version >= "3.10" and python_version < "3.11"
bkapi-client-core==1.2.0 ; python_version >= "3.10" and python_version < "3.11"
blue-krill==2.0.3 ; python_version >= "3.10" and python_version < "3.11"
certifi==2024.7.4 ; python_version >= "3.10" and python_version < "3.11"
cffi==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "3.11"
click==8.1.7 ; python_version >= "3.10" and python_version < "3.11"
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows"
concurrent-log-handler==0.9.25 ; python_version >= "3.10" and python_version < "3.11"
cryptography==43.0.0 ; python_version >= "3.10" and python_version < "3.11"
curlify==2.2.1 ; python_version >= "3.10" and python_version < "3.11"
dacite==1.8.1 ; python_version >= "3.10" and python_version < "3.11"
deprecated==1.2.14 ; python_version >= "3.10" and python_version < "3.11"
django-cors-headers==4.3.0 ; python_version >= "3.10" and python_version < "3.11"
django-environ==0.8.1 ; python_version >= "3.10" and python_version < "3.11"
django-prometheus==2.3.1 ; python_version >= "3.10" and python_version < "3.11"
django==3.2.25 ; python_version >= "3.10" and python_version < "3.11"
gevent==23.9.1 ; python_version >= "3.10" and python_version < "3.11"
googleapis-common-protos==1.63.2 ; python_version >= "3.10" and python_version < "3.11"
greenlet==3.0.3 ; platform_python_implementation == "CPython" and python_version < "3.11" and python_version >= "3.10"
grpcio==1.65.1 ; python_version >= "3.10" and python_version < "3.11"
gunicorn==21.2.0 ; python_version >= "3.10" and python_version < "3.11"
idna==3.7 ; python_version >= "3.10" and python_version < "3.11"
importlib-metadata==7.1.0 ; python_version >= "3.10" and python_version < "3.11"
markupsafe==2.1.5 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-api==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-exporter-otlp-proto-common==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-exporter-otlp-proto-grpc==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-exporter-otlp-proto-http==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-exporter-otlp==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-celery==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-dbapi==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-django==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-logging==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-redis==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-requests==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation-wsgi==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-instrumentation==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-proto==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-sdk==1.25.0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-semantic-conventions==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
opentelemetry-util-http==0.46b0 ; python_version >= "3.10" and python_version < "3.11"
packaging==24.1 ; python_version >= "3.10" and python_version < "3.11"
portalocker==2.10.1 ; python_version >= "3.10" and python_version < "3.11"
prometheus-client==0.20.0 ; python_version >= "3.10" and python_version < "3.11"
protobuf==4.25.4 ; python_version >= "3.10" and python_version < "3.11"
pycparser==2.22 ; python_version >= "3.10" and python_version < "3.11"
pycryptodomex==3.20.0 ; python_version >= "3.10" and python_version < "3.11"
pydantic-core==2.6.3 ; python_version >= "3.10" and python_version < "3.11"
pydantic==2.3.0 ; python_version >= "3.10" and python_version < "3.11"
pyjwt==2.8.0 ; python_version >= "3.10" and python_version < "3.11"
pymysql==1.1.1 ; python_version >= "3.10" and python_version < "3.11"
python-editor==1.0.4 ; python_version >= "3.10" and python_version < "3.11"
python-json-logger==2.0.7 ; python_version >= "3.10" and python_version < "3.11"
pytz==2024.1 ; python_version >= "3.10" and python_version < "3.11"
pywin32==306 ; python_version >= "3.10" and python_version < "3.11" and platform_system == "Windows"
requests==2.31.0 ; python_version >= "3.10" and python_version < "3.11"
sentry-sdk==1.5.6 ; python_version >= "3.10" and python_version < "3.11"
setuptools==71.1.0 ; python_version >= "3.10" and python_version < "3.11"
six==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
sqlparse==0.5.1 ; python_version >= "3.10" and python_version < "3.11"
toml==0.10.2 ; python_version >= "3.10" and python_version < "3.11"
tongsuopy-crayon==1.0.2b6 ; python_version >= "3.10" and python_version < "3.11"
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11"
urllib3==2.2.2 ; python_version >= "3.10" and python_version < "3.11"
watchdog==1.0.2 ; python_version >= "3.10" and python_version < "3.11"
werkzeug==3.0.2 ; python_version >= "3.10" and python_version < "3.11"
whitenoise==6.5.0 ; python_version >= "3.10" and python_version < "3.11"
wrapt==1.16.0 ; python_version >= "3.10" and python_version < "3.11"
zipp==3.19.2 ; python_version >= "3.10" and python_version < "3.11"
zope-event==5.0 ; python_version >= "3.10" and python_version < "3.11"
zope-interface==6.4.post2 ; python_version >= "3.10" and python_version < "3.11"
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
asgiref==3.8.1 ; python_version >= "3.11" and python_version < "3.12"
bk-crypto-python-sdk==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
bk-notice-sdk==1.3.2 ; python_version >= "3.11" and python_version < "3.12"
bkapi-client-core==1.2.0 ; python_version >= "3.11" and python_version < "3.12"
blue-krill==2.0.7 ; python_version >= "3.11" and python_version < "3.12"
certifi==2024.8.30 ; python_version >= "3.11" and python_version < "3.12"
cffi==1.17.1 ; python_version >= "3.11" and python_version < "3.12"
charset-normalizer==3.4.0 ; python_version >= "3.11" and python_version < "3.12"
click==8.1.7 ; python_version >= "3.11" and python_version < "3.12"
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"
concurrent-log-handler==0.9.25 ; python_version >= "3.11" and python_version < "3.12"
cryptography==43.0.3 ; python_version >= "3.11" and python_version < "3.12"
curlify==2.2.1 ; python_version >= "3.11" and python_version < "3.12"
dacite==1.8.1 ; python_version >= "3.11" and python_version < "3.12"
deprecated==1.2.14 ; python_version >= "3.11" and python_version < "3.12"
django-cors-headers==4.3.0 ; python_version >= "3.11" and python_version < "3.12"
django-environ==0.8.1 ; python_version >= "3.11" and python_version < "3.12"
django-prometheus==2.3.1 ; python_version >= "3.11" and python_version < "3.12"
django==4.2.16 ; python_version >= "3.11" and python_version < "3.12"
gevent==24.2.1 ; python_version >= "3.11" and python_version < "3.12"
googleapis-common-protos==1.65.0 ; python_version >= "3.11" and python_version < "3.12"
greenlet==3.1.1 ; platform_python_implementation == "CPython" and python_version >= "3.11" and python_version < "3.12"
grpcio==1.67.1 ; python_version >= "3.11" and python_version < "3.12"
gunicorn==21.2.0 ; python_version >= "3.11" and python_version < "3.12"
idna==3.10 ; python_version >= "3.11" and python_version < "3.12"
importlib-metadata==7.1.0 ; python_version >= "3.11" and python_version < "3.12"
markupsafe==3.0.2 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-api==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-exporter-otlp-proto-common==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-exporter-otlp-proto-grpc==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-exporter-otlp-proto-http==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-exporter-otlp==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-celery==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-dbapi==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-django==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-logging==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-redis==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-requests==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation-wsgi==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-instrumentation==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-proto==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-sdk==1.25.0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-semantic-conventions==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
opentelemetry-util-http==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
packaging==24.1 ; python_version >= "3.11" and python_version < "3.12"
portalocker==2.10.1 ; python_version >= "3.11" and python_version < "3.12"
prometheus-client==0.21.0 ; python_version >= "3.11" and python_version < "3.12"
protobuf==4.25.5 ; python_version >= "3.11" and python_version < "3.12"
pycparser==2.22 ; python_version >= "3.11" and python_version < "3.12"
pycryptodomex==3.21.0 ; python_version >= "3.11" and python_version < "3.12"
pydantic-core==2.16.3 ; python_version >= "3.11" and python_version < "3.12"
pydantic==2.6.4 ; python_version >= "3.11" and python_version < "3.12"
pyjwt==2.9.0 ; python_version >= "3.11" and python_version < "3.12"
pymysql==1.1.1 ; python_version >= "3.11" and python_version < "3.12"
python-editor==1.0.4 ; python_version >= "3.11" and python_version < "3.12"
python-json-logger==2.0.7 ; python_version >= "3.11" and python_version < "3.12"
pywin32==308 ; python_version >= "3.11" and python_version < "3.12" and platform_system == "Windows"
requests==2.31.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==1.43.0 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.3.0 ; python_version >= "3.11" and python_version < "3.12"
six==1.16.0 ; python_version >= "3.11" and python_version < "3.12"
sqlparse==0.5.1 ; python_version >= "3.11" and python_version < "3.12"
toml==0.10.2 ; python_version >= "3.11" and python_version < "3.12"
tongsuopy-crayon==1.0.2b6 ; python_version >= "3.11" and python_version < "3.12"
typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "3.12"
tzdata==2024.2 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32"
urllib3==1.26.20 ; python_version >= "3.11" and python_version < "3.12"
watchdog==5.0.3 ; python_version >= "3.11" and python_version < "3.12"
werkzeug==3.0.2 ; python_version >= "3.11" and python_version < "3.12"
whitenoise==6.5.0 ; python_version >= "3.11" and python_version < "3.12"
wrapt==1.16.0 ; python_version >= "3.11" and python_version < "3.12"
zipp==3.20.2 ; python_version >= "3.11" and python_version < "3.12"
zope-event==5.0 ; python_version >= "3.11" and python_version < "3.12"
zope-interface==7.1.1 ; python_version >= "3.11" and python_version < "3.12"
Loading

0 comments on commit acb5589

Please sign in to comment.