Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NimVek committed Dec 1, 2024
1 parent c287318 commit 36c7597
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ repos :
- id: detect-private-key

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.3
rev: 0.30.0
hooks:
- id: check-dependabot
args: [--verbose]
- id: check-github-workflows
args: [--verbose]

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort
args: [--in-place]
Expand All @@ -45,7 +45,7 @@ repos :
- id: python-check-blanket-noqa

- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -68,18 +68,18 @@ repos :
args: [--mapping, '2', --sequence, '4', --offset, '2', --colons, --width, '88']

- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.2
hooks:
- id: toml-sort
args: [--all, --in-place]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.1
hooks:
- id: ruff

- repo: https://github.com/pycqa/bandit
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: [-c, pyproject.toml]
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,26 +64,26 @@ furl = "^2.1.3"
incremental = "^24.7.2"
parse = "^1.20.2"
platformdirs = "^4.3.6"
pydantic = "^2.9.2"
pydantic = "^2.10.2"
pyhtml2md = "^1.6.0"
python = "^3.11"
requests = "^2.32.3"
termcolor = "^2.5.0"

[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
ipython = "^8.28.0"
mypy = "^1.11.2"
ipython = "^8.30.0"
mypy = "^1.13.0"
pre-commit = "3.8.0"
pytest = "^7.4.4"
pytest-annotate = "^1.0.5"
pytest-cov = "^5.0.0"
pytest-randomly = "^3.15.0"
pytest-cov = "^6.0.0"
pytest-randomly = "^3.16.0"
pytest-skip-slow = "^0.0.5"
pytest-timeout = "^2.3.1"
pytest-xdist = "^3.6.1"
toml = "^0.10.2"
toml-sort = "^0.23.1"
toml-sort = "^0.24.2"
types-toml = "^0.10.8.20240310"

[tool.poetry.group.extras]
Expand Down

0 comments on commit 36c7597

Please sign in to comment.