Skip to content

Commit bde136d

Browse files
Update pyproject.toml (#120)
1 parent f15e0bf commit bde136d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ requires-python = ">=3.8.0"
3838

3939
dependencies = [
4040
"sqlalchemy >=1.4",
41-
"antlr4-python3-runtime ==4.11.1",
41+
"antlr4-python3-runtime ==4.13.1",
4242
"pyodbc >=4.0.30"
4343
]
4444

@@ -88,4 +88,4 @@ target-version = "py38"
8888
exclude=["src/pytsql/grammar/**/*.py"]
8989

9090
[tool.ruff.isort]
91-
known-first-party = ["pytsql"]
91+
known-first-party = ["pytsql"]

0 commit comments

Comments
 (0)