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 21, 2024
1 parent db478e1 commit dfd3ad0
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 145 deletions.
27 changes: 14 additions & 13 deletions src/bk-login/poetry.lock

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

6 changes: 3 additions & 3 deletions src/bk-login/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ pymysql = "1.1.1"
requests = "2.32.3"
gunicorn = "23.0.0"
gevent = "24.11.1"
django-environ = "0.8.1"
django-environ = "0.11.2"
whitenoise = "6.8.2"
werkzeug = "3.0.6"
python-json-logger = "2.0.7"
concurrent-log-handler = "0.9.25"
django-prometheus = "2.3.1"
pydantic = "2.6.4"
blue-krill = "2.0.7"
django-cors-headers = "4.3.0"
sentry-sdk = "1.43.0"
django-cors-headers = "4.6.0"
sentry-sdk = "1.45.0"
opentelemetry-api = "1.25.0"
opentelemetry-sdk = "1.25.0"
opentelemetry-proto = "1.25.0"
Expand Down
6 changes: 3 additions & 3 deletions src/bk-login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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.15 ; 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-cors-headers==4.6.0 ; python_version >= "3.11" and python_version < "3.12"
django-environ==0.11.2 ; 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.11.1 ; python_version >= "3.11" and python_version < "3.12"
Expand Down Expand Up @@ -59,7 +59,7 @@ 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.32.3 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==1.43.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==1.45.0 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.5.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.2 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
6 changes: 3 additions & 3 deletions src/bk-login/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ 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.15 ; 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-cors-headers==4.6.0 ; python_version >= "3.11" and python_version < "3.12"
django-environ==0.11.2 ; 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.11.1 ; python_version >= "3.11" and python_version < "3.12"
Expand Down Expand Up @@ -68,7 +68,7 @@ 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.32.3 ; python_version >= "3.11" and python_version < "3.12"
ruff==0.7.4 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==1.43.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==1.45.0 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.5.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.2 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
80 changes: 40 additions & 40 deletions src/bk-user/poetry.lock

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

38 changes: 19 additions & 19 deletions src/bk-user/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,43 +15,43 @@ python = ">=3.11,<3.12"
django = "4.2.16"
djangorestframework = "3.15.2"
celery = "5.4.0"
django-celery-beat = "2.5.0"
django-celery-beat = "2.7.0"
django-celery-results = "2.5.1"
pymysql = "1.1.1"
requests = "2.32.3"
gunicorn = "23.0.0"
gevent = "24.11.1"
django-environ = "0.8.1"
django-cors-headers = "4.2.0"
django-environ = "0.11.2"
django-cors-headers = "4.6.0"
django-prometheus = "2.3.1"
whitenoise = "6.8.2"
werkzeug = "3.0.6"
python-json-logger = "2.0.7"
concurrent-log-handler = "0.9.25"
drf-yasg = "^1.21.7"
blue-krill = "2.0.7"
django-mptt = "0.14.0"
redis = "5.0.3"
django-redis = "5.3.0"
django-mptt = "0.16.0"
redis = "5.2.0"
django-redis = "5.4.0"
pydantic = "2.6.4"
zxcvbn = "4.4.28"
phonenumbers = "8.13.18"
jsonref = "1.1.0"
openpyxl = "3.1.2"
openpyxl = "3.1.3"
tongsuopy-crayon = "1.0.2b6"
sentry-sdk = "1.43.0"
sentry-sdk = "1.45.0"
bk-notice-sdk = "1.3.2"
opentelemetry-api = "1.24.0"
opentelemetry-sdk = "1.24.0"
opentelemetry-proto = "1.24.0"
opentelemetry-exporter-otlp = "1.24.0"
opentelemetry-instrumentation-django = "0.45b0"
opentelemetry-instrumentation-dbapi = "0.45b0"
opentelemetry-instrumentation-redis = "0.45b0"
opentelemetry-instrumentation-requests = "0.45b0"
opentelemetry-instrumentation-celery = "0.45b0"
opentelemetry-instrumentation-logging = "0.45b0"
django-modeltranslation = "0.18.11"
opentelemetry-api = "1.25.0"
opentelemetry-sdk = "1.25.0"
opentelemetry-proto = "1.25.0"
opentelemetry-exporter-otlp = "1.25.0"
opentelemetry-instrumentation-django = "0.46b0"
opentelemetry-instrumentation-dbapi = "0.46b0"
opentelemetry-instrumentation-redis = "0.46b0"
opentelemetry-instrumentation-requests = "0.46b0"
opentelemetry-instrumentation-celery = "0.46b0"
opentelemetry-instrumentation-logging = "0.46b0"
django-modeltranslation = "0.18.13"
ldap3 = "2.9.1"

[tool.poetry.group.dev.dependencies]
Expand Down
Loading

0 comments on commit dfd3ad0

Please sign in to comment.