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 19, 2024
1 parent 06f91bd commit 2eee0ef
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 29 deletions.
2 changes: 0 additions & 2 deletions src/bk-login/bklogin/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
from django.utils.encoding import force_bytes

pymysql.install_as_MySQLdb()
# Patch version info to force pass Django client check
pymysql.version_info = 1, 4, 6, "final", 0

# environ
env = environ.Env()
Expand Down
46 changes: 23 additions & 23 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 @@ -40,7 +40,7 @@ opentelemetry-instrumentation-logging = "0.46b0"
bk-notice-sdk = "1.3.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.2"
ruff = "^0.7.1"
mypy = "^1.10.1"
types-requests = "^2.31.0.2"
pytest = "^8.3.3"
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 @@ -46,7 +46,7 @@ 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.2 ; python_version >= "3.11" and python_version < "3.12"
portalocker==2.10.1 ; python_version >= "3.11" and python_version < "3.12"
portalocker==3.0.0 ; 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"
Expand Down
4 changes: 2 additions & 2 deletions src/bk-login/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ opentelemetry-semantic-conventions==0.46b0 ; python_version >= "3.11" and python
opentelemetry-util-http==0.46b0 ; python_version >= "3.11" and python_version < "3.12"
packaging==24.2 ; python_version >= "3.11" and python_version < "3.12"
pluggy==1.5.0 ; python_version >= "3.11" and python_version < "3.12"
portalocker==2.10.1 ; python_version >= "3.11" and python_version < "3.12"
portalocker==3.0.0 ; 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"
Expand All @@ -67,7 +67,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"
ruff==0.5.7 ; 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"
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"
Expand Down

0 comments on commit 2eee0ef

Please sign in to comment.