From 8e75ec2314a0d81e6e29482d76ffd383d4220b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:05:15 +0000 Subject: [PATCH] Bump peewee from 3.14.0 to 3.16.0 Bumps [peewee](https://github.com/coleifer/peewee) from 3.14.0 to 3.16.0. - [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.0...3.16.0) --- 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 17cc012..1c75d35 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ python-telegram-bot==13.11 git+https://github.com/pybitcash/bitcash.git@0f8b342826d5ac5062fa6c2e30c20bb09d53f754 -peewee==3.14.0 +peewee==3.16.0 requests==2.28.1 black diff --git a/requirements.txt b/requirements.txt index 998741c..9f3c17f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-telegram-bot==13.11 git+https://github.com/pybitcash/bitcash.git@0f8b342826d5ac5062fa6c2e30c20bb09d53f754 -peewee==3.14.4 +peewee==3.16.0 psycopg2 requests==2.28.1