Skip to content

Commit 26982f5

Browse files
authored
Bump dependencies for future support py3.12 (#454)
1 parent 9711e9c commit 26982f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ipdb==0.13.13
88
ipython==8.13.2
99
isort==5.12.0
1010
mypy==1.2.0
11-
pyodbc==4.0.39
11+
pyodbc==5.0.1
1212
pytest-asyncio==0.21.0
1313
pytest-cov==4.0.0
1414
pytest-faulthandler==2.0.1
@@ -17,4 +17,4 @@ pytest==7.3.1
1717
sphinx==7.0.0
1818
sphinxcontrib-asyncio==0.3.0
1919
twine==4.0.2
20-
uvloop==0.17.0
20+
uvloop==0.19.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
install_requires = ["pyodbc>=4.0.35"]
5+
install_requires = ["pyodbc>=5.0.1"]
66

77

88
def read(f):

0 commit comments

Comments
 (0)