Skip to content

Commit

Permalink
chore(deps-dev): Bump mysql-connector-python from 8.4.0 to 9.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 03c6ce6 commit c5b17a2
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
Expand Up @@ -42,7 +42,7 @@ pep8-naming = "^0.14.1"
SQLAlchemy = "^2.0.30"
psycopg = "^3.1.19"
psycopg-binary = "^3.1.19"
mysql-connector-python = "^8.4.0"
mysql-connector-python = ">=8.4,<10.0"

[tool.poetry.group.test.dependencies]
boto3 = "^1.34.111"
Expand All @@ -57,7 +57,7 @@ toxiproxy-python = "^0.1.1"
parameterized = "^0.9.0"
psycopg = "^3.1.19"
psycopg-binary = "^3.1.19"
mysql-connector-python = "^8.4.0"
mysql-connector-python = ">=8.4,<10.0"
opentelemetry-exporter-otlp = "^1.22.0"
opentelemetry-exporter-otlp-proto-grpc = "^1.22.0"
opentelemetry-sdk-extension-aws = "^2.0.1"
Expand Down

0 comments on commit c5b17a2

Please sign in to comment.