From 0dc1425bbd125c2d3547ec4c53f7a092e591cb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:15:29 +0000 Subject: [PATCH] Bump peewee from 3.14.3 to 3.17.5 Bumps [peewee](https://github.com/coleifer/peewee) from 3.14.3 to 3.17.5. - [Release notes](https://github.com/coleifer/peewee/releases) - [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md) - [Commits](https://github.com/coleifer/peewee/compare/3.14.3...3.17.5) --- updated-dependencies: - dependency-name: peewee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 21a7017..9498672 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ python-telegram-bot==13.11 bitcash==1.0.2 -peewee==3.14.3 +peewee==3.17.5 requests==2.32.3 # Dev only packages. diff --git a/requirements.txt b/requirements.txt index 8a7398b..8111a9d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-telegram-bot==13.11 bitcash==1.0.2 -peewee==3.14.4 +peewee==3.17.5 requests==2.32.3 # Production only packages.