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 17, 2024
1 parent f7eb2ee commit fa08f78
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 114 deletions.
66 changes: 30 additions & 36 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 @@ -41,7 +41,7 @@ bk-notice-sdk = "1.3.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.2"
mypy = "1.13.0"
mypy = "1.10.1"
types-requests = "^2.31.0.2"
pytest = "8.3.3"
pytest-django = "4.9.0"
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 @@ -32,7 +32,7 @@ importlib-metadata==7.1.0 ; python_version >= "3.11" and python_version < "3.12"
iniconfig==2.0.0 ; python_version >= "3.11" and python_version < "3.12"
markupsafe==3.0.2 ; python_version >= "3.11" and python_version < "3.12"
mypy-extensions==1.0.0 ; python_version >= "3.11" and python_version < "3.12"
mypy==1.13.0 ; python_version >= "3.11" and python_version < "3.12"
mypy==1.10.1 ; 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"
Expand Down
66 changes: 30 additions & 36 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 @@ -56,7 +56,7 @@ ldap3 = "2.9.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.2"
mypy = "1.13.0"
mypy = "1.10.1"
types-requests = "^2.31.0.1"
pytest = "8.3.3"
pytest-django = "4.9.0"
Expand Down
Loading

0 comments on commit fa08f78

Please sign in to comment.