From 26fa645fcb70fc7745e73ad1add2eb6f084cd693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:23:15 +0000 Subject: [PATCH] Bump tblib from 2.0.0 to 3.0.0 in /config/requirements Bumps [tblib](https://github.com/ionelmc/python-tblib) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/ionelmc/python-tblib/releases) - [Changelog](https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/python-tblib/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: tblib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- config/requirements/development.txt | 2 +- config/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/requirements/development.txt b/config/requirements/development.txt index 7affbf09..e7241509 100644 --- a/config/requirements/development.txt +++ b/config/requirements/development.txt @@ -36,5 +36,5 @@ pytz==2023.3.post1 redis==5.0.1 sentry-sdk==1.32.* tablib==3.5.0 -tblib==2.0.0 +tblib==3.0.0 tzdata==2023.3 diff --git a/config/requirements/production.txt b/config/requirements/production.txt index a7198bfe..c4900e5b 100644 --- a/config/requirements/production.txt +++ b/config/requirements/production.txt @@ -30,5 +30,5 @@ pytz==2023.3.post1 redis==5.0.1 sentry-sdk==1.32.* tablib==3.5.0 -tblib==2.0.0 +tblib==3.0.0 tzdata==2023.3