Release 0.4: Added Postgres 16; Upgraded Alpine 19 and Python 3.11;

This commit is contained in:
2023-12-10 08:32:48 +00:00
parent d639be40e9
commit 95ec028bf4
8 changed files with 242 additions and 304 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "docker-postgres-backup"
version = "0.3.0"
version = "0.4.0"
description = ""
authors = ["Eugene Morozov <e@morozov.ee>"]
packages = [
@@ -8,9 +8,8 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.10"
python = "^3.11"
schedule = "^1.1.0"
psycopg2-binary = "^2.9.3"
boto3 = "^1.20.51"
pytz = "^2022.1"