Skip to content

Commit b2bb142

Browse files
committed
deps: update to pyodbc 5.3.0
1 parent f56b7f0 commit b2bb142

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ oracle = [
164164
"oracledb>=2.0.0",
165165
]
166166
odbc = [
167-
"pyodbc==5.1.0",
167+
"pyodbc==5.3.0",
168168
]
169169
ibm-db = [
170170
"ibm-db==3.2.6",

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pytest==8.3.3
66
ruff==0.11.4
77
hatchling==1.27.0
88
build==1.2.1
9-
pyodbc==5.2.0
9+
pyodbc==5.3.0
1010
twine==6.0.1
1111
testcontainers[postgres,mysql]==4.8.2
1212
pytest-xdist[psutil]==3.6.1

0 commit comments

Comments
 (0)