Skip to content

Commit

Permalink
mysqlclient = "2.2.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Dec 24, 2024
1 parent 74c0737 commit d634040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "3.13.1"
requests = "2.28.2"
mysqlclient = "2.2.1"
mysqlclient = "2.2.6"
[build-system]
requires = ["poetry-core"]
Expand All @@ -36,7 +36,7 @@ Package operations: 6 installs, 0 updates, 0 removals
- Installing charset-normalizer (3.4.1)
- Installing idna (3.10)
- Installing urllib3 (1.26.20)
- Installing mysqlclient (2.2.1)
- Installing mysqlclient (2.2.6)
- Installing requests (2.28.2)
Writing lock file'
Expand Down
4 changes: 2 additions & 2 deletions poetry/test_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "3.13.1"
requests = "2.28.2"
mysqlclient = "2.2.1"
mysqlclient = "2.2.6"
[build-system]
requires = ["poetry-core"]
Expand All @@ -26,7 +26,7 @@ build-backend = "poetry.core.masonry.api"
poetry_install_stdout_etalon='Updating dependencies
Resolving dependencies...
Package operations: 1 install, 0 updates, 0 removals
Package operations: 6 installs, 0 updates, 0 removals
'

test_version() {
Expand Down

0 comments on commit d634040

Please sign in to comment.