Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jul 25, 2024
1 parent 75c3707 commit a574c4a
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.0
hooks:
- id: black
# It is recommended to specify the latest version of Python
Expand Down
125 changes: 64 additions & 61 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ ordered-set = "^4.1.0"
[tool.poetry.group.dev.dependencies]
hypothesis = "^6.98.2"
parameterized = "^0.9.0"
black = "^24.1.1"
black = "^24.4.0"
pre-commit = "^3.3.2"
coverage = "<8.0"
pytest = ">=7.3.1,<9.0.0"
coveralls = "^3.3.1"
coveralls = "^4.0.1"
poetry-bumpversion = "^0.3.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit a574c4a

Please sign in to comment.