Skip to content

Commit

Permalink
Bump dependencies for future support py3.12 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
jettify committed Oct 28, 2023
1 parent 9711e9c commit 26982f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ipdb==0.13.13
ipython==8.13.2
isort==5.12.0
mypy==1.2.0
pyodbc==4.0.39
pyodbc==5.0.1
pytest-asyncio==0.21.0
pytest-cov==4.0.0
pytest-faulthandler==2.0.1
Expand All @@ -17,4 +17,4 @@ pytest==7.3.1
sphinx==7.0.0
sphinxcontrib-asyncio==0.3.0
twine==4.0.2
uvloop==0.17.0
uvloop==0.19.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

install_requires = ["pyodbc>=4.0.35"]
install_requires = ["pyodbc>=5.0.1"]


def read(f):
Expand Down

0 comments on commit 26982f5

Please sign in to comment.