Skip to content

Commit ddd03ae

Browse files
committed
Update pyodbc 5.0.1 -> 5.1.0
1 parent cb74bd6 commit ddd03ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pygments==2.13.0
5050
# rst2txt
5151
pymysql==1.0.2
5252
# via -r requirements.in
53-
pyodbc==5.0.1
53+
pyodbc==5.1.0
5454
# via -r vendor-wheels.txt
5555
pyrsistent==0.19.2
5656
# via jsonschema

requirements/vendor-wheels.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ cryptography==42.0.4
33
gdal==3.8.0
44
psycopg2==2.9.9
55
pygit2==1.12.1
6-
pyodbc==5.0.1
6+
pyodbc==5.1.0
77
pysqlite3==0.5.2
88
reflink==0.2.2

vcpkg-vendor/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ include_dirs=${BUILD_WHEEL_INCLUDE_DIRS}
289289
library_dirs=${BUILD_WHEEL_LIBRARY_DIRS}
290290
")
291291

292-
set(PYODBC_WHEEL_VER 5.0.1)
292+
set(PYODBC_WHEEL_VER 5.1.0)
293293
ExternalProject_Add(
294294
pyodbc
295295
# if you build from a git repository, pyodbc adds +commit0c0ffee to the wheel version
296-
URL https://files.pythonhosted.org/packages/22/6f/012f32aecf744e439980257be0ba4dd8c70a4e03c9f86f5fcd986fbfb012/pyodbc-5.0.1.tar.gz
297-
URL_HASH SHA256=03d7d0b04d5a9156099ce8d03e92f3956783746fa9234eb6f5b5cfc12b645011
296+
URL https://files.pythonhosted.org/packages/d5/5b/a93f7017d4df84c3971cf60ee935149f12e0d1e111febc67ba2e23015a79/pyodbc-5.1.0.tar.gz
297+
URL_HASH SHA256=397feee44561a6580be08cedbe986436859563f4bb378f48224655c8e987ea60
298298
DOWNLOAD_NO_PROGRESS ON
299299
BUILD_IN_SOURCE ON
300300
DEPENDS wheelBuildEnv ${PYODBC_BUILD_DEPENDS}

0 commit comments

Comments
 (0)