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 e2d0455 commit c03bd1f
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 64 deletions.
2 changes: 0 additions & 2 deletions src/bk-user/bkuser/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
116 changes: 61 additions & 55 deletions src/bk-user/poetry.lock

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

4 changes: 2 additions & 2 deletions src/bk-user/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ django-modeltranslation = "0.18.11"
ldap3 = "2.9.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.2"
mypy = "1.10.1"
ruff = "^0.7.1"
mypy = "^1.10.1"
types-requests = "^2.31.0.1"
pytest = "^8.3.3"
pytest-django = "^4.9.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 @@ -70,7 +70,7 @@ opentelemetry-semantic-conventions==0.45b0 ; python_version >= "3.11" and python
opentelemetry-util-http==0.45b0 ; python_version >= "3.11" and python_version < "3.12"
packaging==24.2 ; python_version >= "3.11" and python_version < "3.12"
phonenumbers==8.13.18 ; 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"
prompt-toolkit==3.0.48 ; python_version >= "3.11" and python_version < "3.12"
protobuf==4.25.5 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
Loading

0 comments on commit c03bd1f

Please sign in to comment.