Skip to content

Commit

Permalink
feat: update django version to 4.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Dec 13, 2024
1 parent 0df16af commit 2d6fd27
Show file tree
Hide file tree
Showing 12 changed files with 174 additions and 165 deletions.
29 changes: 18 additions & 11 deletions src/bk-login/poetry.lock

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

2 changes: 1 addition & 1 deletion src/bk-login/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ django-prometheus = "2.3.1"
pydantic = "2.6.4"
blue-krill = "2.0.7"
django-cors-headers = "4.6.0"
sentry-sdk = "1.45.0"
sentry-sdk = "2.19.2"
opentelemetry-api = "1.25.0"
opentelemetry-sdk = "1.25.0"
opentelemetry-proto = "1.25.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bk-login/requirements.txt
Original file line number Diff line number Diff line change
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.45.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==2.19.2 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.6.0 ; python_version >= "3.11" and python_version < "3.12"
six==1.17.0 ; python_version >= "3.11" and python_version < "3.12"
sqlparse==0.5.3 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion src/bk-login/requirements_dev.txt
Original file line number Diff line number Diff line change
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.45.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==2.19.2 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.6.0 ; python_version >= "3.11" and python_version < "3.12"
six==1.17.0 ; python_version >= "3.11" and python_version < "3.12"
sqlparse==0.5.3 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
27 changes: 17 additions & 10 deletions src/bk-user/poetry.lock

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

2 changes: 1 addition & 1 deletion src/bk-user/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ phonenumbers = "8.13.18"
jsonref = "1.1.0"
openpyxl = "3.1.3"
tongsuopy-crayon = "1.0.2b6"
sentry-sdk = "1.45.0"
sentry-sdk = "2.19.2"
bk-notice-sdk = "1.3.2"
opentelemetry-api = "1.25.0"
opentelemetry-sdk = "1.25.0"
Expand Down
2 changes: 1 addition & 1 deletion src/bk-user/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pywin32==308 ; python_version >= "3.11" and python_version < "3.12" and platform
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "3.12"
redis==5.2.0 ; python_version >= "3.11" and python_version < "3.12"
requests==2.32.3 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==1.45.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==2.19.2 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.6.0 ; python_version >= "3.11" and python_version < "3.12"
six==1.17.0 ; python_version >= "3.11" and python_version < "3.12"
sqlparse==0.5.3 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
2 changes: 1 addition & 1 deletion src/bk-user/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "3.12"
redis==5.2.0 ; python_version >= "3.11" and python_version < "3.12"
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.45.0 ; python_version >= "3.11" and python_version < "3.12"
sentry-sdk==2.19.2 ; python_version >= "3.11" and python_version < "3.12"
setuptools==75.6.0 ; python_version >= "3.11" and python_version < "3.12"
six==1.17.0 ; python_version >= "3.11" and python_version < "3.12"
sqlparse==0.5.3 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
Loading

0 comments on commit 2d6fd27

Please sign in to comment.