Skip to content

Commit c5b17a2

Browse files
chore(deps-dev): Bump mysql-connector-python from 8.4.0 to 9.0.0
Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.4.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03c6ce6 commit c5b17a2

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

poetry.lock

+30-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pep8-naming = "^0.14.1"
4242
SQLAlchemy = "^2.0.30"
4343
psycopg = "^3.1.19"
4444
psycopg-binary = "^3.1.19"
45-
mysql-connector-python = "^8.4.0"
45+
mysql-connector-python = ">=8.4,<10.0"
4646

4747
[tool.poetry.group.test.dependencies]
4848
boto3 = "^1.34.111"
@@ -57,7 +57,7 @@ toxiproxy-python = "^0.1.1"
5757
parameterized = "^0.9.0"
5858
psycopg = "^3.1.19"
5959
psycopg-binary = "^3.1.19"
60-
mysql-connector-python = "^8.4.0"
60+
mysql-connector-python = ">=8.4,<10.0"
6161
opentelemetry-exporter-otlp = "^1.22.0"
6262
opentelemetry-exporter-otlp-proto-grpc = "^1.22.0"
6363
opentelemetry-sdk-extension-aws = "^2.0.1"

0 commit comments

Comments
 (0)