rds-proxy-password-rotation 0.5.14__tar.gz → 0.5.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (20) hide show
  1. {rds_proxy_password_rotation-0.5.14/src/rds_proxy_password_rotation.egg-info → rds_proxy_password_rotation-0.5.16}/PKG-INFO +3 -3
  2. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/setup.cfg +3 -3
  3. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16/src/rds_proxy_password_rotation.egg-info}/PKG-INFO +3 -3
  4. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation.egg-info/requires.txt +2 -2
  5. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/LICENSE +0 -0
  6. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/README.md +0 -0
  7. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/pyproject.toml +0 -0
  8. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/__init__.py +0 -0
  9. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/adapter/__init__.py +0 -0
  10. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/adapter/aws_lambda_function.py +0 -0
  11. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/adapter/aws_lambda_function_model.py +0 -0
  12. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/adapter/aws_secrets_manager.py +0 -0
  13. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/adapter/container.py +0 -0
  14. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/adapter/postgresql_database_service.py +0 -0
  15. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/model.py +0 -0
  16. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/password_rotation_application.py +0 -0
  17. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation/services.py +0 -0
  18. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation.egg-info/SOURCES.txt +0 -0
  19. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation.egg-info/dependency_links.txt +0 -0
  20. {rds_proxy_password_rotation-0.5.14 → rds_proxy_password_rotation-0.5.16}/src/rds_proxy_password_rotation.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rds-proxy-password-rotation
3
- Version: 0.5.14
3
+ Version: 0.5.16
4
4
  Summary: A program to rotate the password of an RDS database accessed via a RDS proxy
5
5
  Home-page: https://github.com/Hapag-Lloyd/rds-proxy-password-rotation
6
6
  Author: Hapag-Lloyd AG
@@ -14,8 +14,8 @@ Requires-Python: >=3.10
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Requires-Dist: aws-lambda-powertools==3.19.0
17
- Requires-Dist: boto3==1.40.24
18
- Requires-Dist: boto3-stubs[secretsmanager]==1.40.24
17
+ Requires-Dist: boto3==1.40.25
18
+ Requires-Dist: boto3-stubs[secretsmanager]==1.40.25
19
19
  Requires-Dist: cachetools==6.2.0
20
20
  Requires-Dist: dependency-injector==4.48.1
21
21
  Requires-Dist: psycopg[binary]==3.2.9
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = rds-proxy-password-rotation
3
- version = 0.5.14
3
+ version = 0.5.16
4
4
  author = Hapag-Lloyd AG
5
5
  author_email = info@hlag.com
6
6
  description = A program to rotate the password of an RDS database accessed via a RDS proxy
@@ -22,8 +22,8 @@ packages = find:
22
22
  python_requires = >=3.10
23
23
  install_requires =
24
24
  aws-lambda-powertools==3.19.0
25
- boto3==1.40.24
26
- boto3-stubs[secretsmanager]==1.40.24
25
+ boto3==1.40.25
26
+ boto3-stubs[secretsmanager]==1.40.25
27
27
  cachetools==6.2.0
28
28
  dependency-injector==4.48.1
29
29
  psycopg[binary]==3.2.9
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rds-proxy-password-rotation
3
- Version: 0.5.14
3
+ Version: 0.5.16
4
4
  Summary: A program to rotate the password of an RDS database accessed via a RDS proxy
5
5
  Home-page: https://github.com/Hapag-Lloyd/rds-proxy-password-rotation
6
6
  Author: Hapag-Lloyd AG
@@ -14,8 +14,8 @@ Requires-Python: >=3.10
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Requires-Dist: aws-lambda-powertools==3.19.0
17
- Requires-Dist: boto3==1.40.24
18
- Requires-Dist: boto3-stubs[secretsmanager]==1.40.24
17
+ Requires-Dist: boto3==1.40.25
18
+ Requires-Dist: boto3-stubs[secretsmanager]==1.40.25
19
19
  Requires-Dist: cachetools==6.2.0
20
20
  Requires-Dist: dependency-injector==4.48.1
21
21
  Requires-Dist: psycopg[binary]==3.2.9
@@ -1,6 +1,6 @@
1
1
  aws-lambda-powertools==3.19.0
2
- boto3==1.40.24
3
- boto3-stubs[secretsmanager]==1.40.24
2
+ boto3==1.40.25
3
+ boto3-stubs[secretsmanager]==1.40.25
4
4
  cachetools==6.2.0
5
5
  dependency-injector==4.48.1
6
6
  psycopg[binary]==3.2.9