Skip to content

Commit

Permalink
chore(deps) Update dependency mysql-connector-python to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2024
1 parent 3dbc2ff commit 90f89e0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "TableauSQL"
version = "1.0.6"
version = "1.0.7"
description = "Tableau Metadata Scraper"
authors = ["Sean Pickering", "Christopher Pickering"]
license = "GPL-3.0-or-later"
Expand All @@ -10,7 +10,7 @@ python = "^3.8.2"
lxml = "^4.9.1"
tox = "^4.0.0"
pyodbc = "^5.0.0"
mysql-connector-python = "^8.0.23"
mysql-connector-python = "^9.0.0"
psycopg2 = "^2.8.6"
paramiko = "^3.0.0"
pre-commit = "^3.0.0"
Expand Down

0 comments on commit 90f89e0

Please sign in to comment.