Skip to content

Commit e85dd53

Browse files
Bump mysql-connector-python from 9.3.0 to 9.4.0
Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 9.3.0 to 9.4.0. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](mysql/mysql-connector-python@9.3.0...9.4.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a82f37a commit e85dd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ urls.issues = "https://github.com/SCAICT/SCAICT-uwu/issues"
4343
# Lock file: requirements.txt
4444
dependencies = [
4545
"flask == 3.1.1",
46-
"mysql-connector-python == 9.3.0",
46+
"mysql-connector-python == 9.4.0",
4747
"py-cord == 2.6.1",
4848
"python-dotenv == 1.1.1",
4949
"requests == 2.32.4",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ itsdangerous == 2.2.0
1414
jinja2 == 3.1.6
1515
markupsafe == 3.0.2
1616
multidict == 6.6.3
17-
mysql-connector-python == 9.3.0
17+
mysql-connector-python == 9.4.0
1818
propcache == 0.3.2
1919
py-cord == 2.6.1
2020
python-dotenv == 1.1.1

0 commit comments

Comments
 (0)