Release 0.4: Added Postgres 16; Upgraded Alpine 19 and Python 3.11;
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user