Skip to content

Commit

Permalink
fix(deps): update dependency types-pymysql to v1.1.0.20241103
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent be8fe1c commit 110a188
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/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 backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pre-commit = { version = "4.0.1", optional = true } # https://github.com/pre-co
mypy = { version = "1.13.0", optional = true } # https://github.com/python/mypy
django-stubs = { version = "5.1.1", optional = true } # https://github.com/typeddjango/django-stubs
djangorestframework-stubs = { version = "3.15.1", optional = true } # https://github.com/typeddjango/djangorestframework-stubs
types-PyMySQL = { version = "1.1.0.20240524", optional = true } # https://github.com/python/typeshed
types-PyMySQL = { version = "1.1.0.20241103", optional = true } # https://github.com/python/typeshed
# import-linter = "2.0" # https://github.com/seddonym/import-linter --> Cannot be build with Docker

[tool.poetry.extras]
Expand Down

0 comments on commit 110a188

Please sign in to comment.