Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSuperiorStanislav committed Aug 15, 2024
1 parent 4b06b87 commit 8786fcc
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ updates:
pip:
patterns:
- "*"
allow:
- dependency-name: "*"
dependency-type: "all"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
]

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.13.2
rev: v8.13.3
hooks:
- id: cspell

Expand Down
4 changes: 4 additions & 0 deletions .vscode/project-related-words.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aarch
alembicbackup
alembicload
alembicwait
Expand All @@ -21,6 +22,8 @@ localstack
makemessages
makemigration
makemigrations
manylinux
musllinux
opensearch
paketobuildpacks
paketobuildpacks
Expand All @@ -34,3 +37,4 @@ snok
Stanislav
startapp
TASKNUMBER
whl
128 changes: 65 additions & 63 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ env_settings = ["python-decouple"]
[tool.poetry.group.dev.dependencies]
# Improved REPL
ipdb = "^0.13.13"
ipython = "^8.24.0"
ipython = "^8.26.0"
# A framework for managing and maintaining multi-language pre-commit hooks.
# https://pre-commit.com/
pre-commit = "^3.7.1"
pre-commit = "^3.8.0"

[tool.poetry.group.linters.dependencies]
# Mypy is a static type checker for Python.
# https://mypy.readthedocs.io/en/stable/
mypy = "^1.10.0"
mypy = "^1.11.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8786fcc

Please sign in to comment.