From 11acfe93941354494c38d97d3f25c8677667bae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=9Aliwi=C5=84ski?= Date: Fri, 10 May 2024 13:01:26 +0200 Subject: [PATCH] Fix pyproject.toml requorements --- .github/dependabot.yml | 2 +- newsfragments/530.misc.rst | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 newsfragments/530.misc.rst diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c8aabe2..ee064f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: daily time: "02:00" - open-pull-requests-limit: 2 + open-pull-requests-limit: 1 - package-ecosystem: github-actions directory: "/" schedule: diff --git a/newsfragments/530.misc.rst b/newsfragments/530.misc.rst new file mode 100644 index 0000000..3479cfe --- /dev/null +++ b/newsfragments/530.misc.rst @@ -0,0 +1 @@ +Fixed pyproject.toml requirements after migrating to pymysql \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e0c0870..b2a629c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pytest >= 6.2", "port-for >= 0.6.0", "mirakuru", - "mysqlclient", + "pymysql", "packaging >= 23" ] requires-python = ">= 3.8"