Release 0.5: Updated libs
All checks were successful
Build Docker Image / build-and-deploy-image (pg15) (push) Successful in 1m44s
Build Docker Image / build-and-deploy-image (pg16) (push) Successful in 1m41s
Build Docker Image / build-and-deploy-image (pg17) (push) Successful in 1m43s

This commit is contained in:
Eugene Morozov
2025-06-07 20:30:38 +03:00
parent ba2a897d18
commit fb0187db5d
6 changed files with 47 additions and 219 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "docker-postgres-backup"
version = "0.4.0"
version = "0.5"
description = ""
authors = ["Eugene Morozov <e@morozov.ee>"]
packages = [
@@ -11,10 +11,8 @@ packages = [
python = "^3.12"
schedule = "^1.1.0"
boto3 = "^1.20.51"
pytz = "^2024.1"
pytz = "^2025.2"
[tool.poetry.dev-dependencies]
pre-commit = "^4.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]