Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Sep 23, 2024
1 parent 82bc49e commit da7e61f
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 81 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
exclude: "tests/data"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.1
rev: v3.17.0
hooks:
- id: pyupgrade
args: [--py38-plus]
151 changes: 77 additions & 74 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Sphinx = { version = "^8.0.2", optional = true }
docs = ["Sphinx"]

[tool.poetry.group.dev.dependencies]
pylint = "^3.2.6"
mypy = "^1.11.1"
types-requests = "^2.32.0.20240712"
ipython = "^8.26.0"
pytest = "^8.3.2"
pylint = "^3.3.0"
mypy = "^1.11.2"
types-requests = "^2.32.0.20240914"
ipython = "^8.27.0"
pytest = "^8.3.3"

[build-system]
requires = ["poetry_core"]
Expand Down

0 comments on commit da7e61f

Please sign in to comment.