Skip to content

Commit

Permalink
Bump pymssql from 2.2.7 to 2.2.11
Browse files Browse the repository at this point in the history
Bumps [pymssql](https://github.com/pymssql/pymssql) from 2.2.7 to 2.2.11.
- [Release notes](https://github.com/pymssql/pymssql/releases)
- [Changelog](https://github.com/pymssql/pymssql/blob/v2.2.11/ChangeLog.rst)
- [Commits](pymssql/pymssql@v2.2.7...v2.2.11)

---
updated-dependencies:
- dependency-name: pymssql
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 2956327 commit 5840964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def readme():
"rethinkdb==2.4.10",
"influxdb==5.3.1",
"influxdb-client[async]==1.39.0",
"pymssql==2.2.7",
"pymssql==2.2.11",
"redis==5.0.1",
"duckdb==0.8.1",
"deltalake==0.13.0"
Expand Down Expand Up @@ -219,7 +219,7 @@ def readme():
"motor==3.1.1",
],
"msqlserver": [
"pymssql==2.2.7",
"pymssql==2.2.11",
],
"couchdb": [
"aiocouch==2.2.2"
Expand Down Expand Up @@ -259,7 +259,7 @@ def readme():
"elasticsearch[async]==8.6.2",
"pymongo==4.3.3",
"motor==3.1.1",
"pymssql==2.2.7",
"pymssql==2.2.11",
"aiocouch==2.2.2",
"asyncmy==0.2.7",
"mysqlclient==2.1.1",
Expand Down

0 comments on commit 5840964

Please sign in to comment.