Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NimVek committed Sep 16, 2024
1 parent b91b609 commit cedac32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
default_install_hook_types: [pre-commit, pre-push]
repos :
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down Expand Up @@ -37,7 +37,7 @@ repos :
- id: python-check-blanket-noqa

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py311-plus]
Expand All @@ -49,7 +49,7 @@ repos :
additional_dependencies: [toml]

- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.8.0
hooks:
- id: black

Expand All @@ -66,12 +66,12 @@ repos :
args: [--all, --in-place]

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

- repo: https://github.com/pycqa/bandit
rev: 1.7.7
rev: 1.7.9
hooks:
- id: bandit
args: [-c, pyproject.toml]
Expand Down
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,34 @@ repository = "https://github.com/NimVek/advent-of-code"
version = "22.11.0"

[tool.poetry.dependencies]
GitPython = "^3.1.42"
GitPython = "^3.1.43"
beautifulsoup4 = "^4.12.3"
dateparser = "^1.2.0"
furl = "^2.1.3"
html2markdown = "^0.1.7"
incremental = "^24.7.2"
parse = "^1.20.1"
platformdirs = "^4.2.0"
pydantic = "^2.6.1"
parse = "^1.20.2"
platformdirs = "^4.3.3"
pydantic = "^2.9.1"
python = "^3.11"
requests = "^2.31.0"
requests = "^2.32.3"
termcolor = "^2.4.0"

[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
ipython = "^8.21.0"
mypy = "^1.8.0"
pre-commit = "^3.6.1"
black = "^24.8.0"
ipython = "^8.27.0"
mypy = "^1.11.2"
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-skip-slow = "^0.0.5"
pytest-timeout = "^2.2.0"
pytest-xdist = "^3.5.0"
pytest-timeout = "^2.3.1"
pytest-xdist = "^3.6.1"
toml = "^0.10.2"
toml-sort = "^0.23.1"
types-toml = "^0.10.8.7"
types-toml = "^0.10.8.20240310"

[tool.poetry.group.extras]
optional = true
Expand Down

0 comments on commit cedac32

Please sign in to comment.