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 2eee0ef commit 82d6e70
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
39 changes: 20 additions & 19 deletions src/idp-plugins/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/idp-plugins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pydantic = "2.6.4"
blue-krill = "2.0.7"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.4"
mypy = "^1.6.1"
ruff = "^0.7.4"
mypy = "^1.13.0"
types-requests = "^2.31.0.1"
pytest = "^8.3.3"
pytest-django = "^4.9.0"
Expand Down
2 changes: 1 addition & 1 deletion src/idp-plugins/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytest-django==4.9.0 ; python_version >= "3.11" and python_version < "3.12"
pytest==8.3.3 ; python_version >= "3.11" and python_version < "3.12"
python-editor==1.0.4 ; python_version >= "3.11" and python_version < "3.12"
requests==2.32.3 ; python_version >= "3.11" and python_version < "3.12"
ruff==0.1.15 ; python_version >= "3.11" and python_version < "3.12"
ruff==0.7.4 ; python_version >= "3.11" and python_version < "3.12"
six==1.16.0 ; python_version >= "3.11" and python_version < "3.12"
sqlparse==0.5.2 ; python_version >= "3.11" and python_version < "3.12"
toml==0.10.2 ; python_version >= "3.11" and python_version < "3.12"
Expand Down

0 comments on commit 82d6e70

Please sign in to comment.