Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/types-pyyaml-6.0.12.20240311
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez authored Mar 26, 2024
2 parents 260dd8f + 45a7401 commit e21139b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ repos:
args: ["--py312-plus"]

- repo: https://github.com/psf/black
rev: "24.2.0"
rev: "24.3.0"
hooks:
- id: black
args: ["--target-version", "py312"]

- repo: https://github.com/PyCQA/autoflake
rev: "v2.3.0"
rev: "v2.3.1"
hooks:
- id: autoflake
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==3.6.2
pre-commit==3.7.0
2 changes: 1 addition & 1 deletion requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
docker==7.0.0
hypothesis==6.99.7
hypothesis==6.99.13
mock==5.1.0

0 comments on commit e21139b

Please sign in to comment.