Skip to content

Commit 8f56de6

Browse files
authored
Merge branch 'master' into dependabot/pip/sqlalchemy-1.4.20
2 parents 380d6d6 + bf58c9d commit 8f56de6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: black
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v0.902
38+
rev: v0.910
3939
hooks:
4040
- id: mypy
4141
- repo: https://github.com/PyCQA/flake8

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest = "^6.2.4"
1717
pre-commit = "^2.13.0"
1818
pdbpp = "^0.10.2"
1919
mypy = "^0.910"
20-
hypothesis = "^6.0.4"
20+
hypothesis = "^6.14.1"
2121

2222
[tool.poetry.plugins."sqlalchemy.dialects"]
2323
duckdb = "duckdb_engine"

0 commit comments

Comments
 (0)