rds-proxy-password-rotation 0.5.9__tar.gz → 0.5.11__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.9/src/rds_proxy_password_rotation.egg-info → rds_proxy_password_rotation-0.5.11}/PKG-INFO +4 -3
  2. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/pyproject.toml +1 -1
  3. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/setup.cfg +2 -2
  4. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11/src/rds_proxy_password_rotation.egg-info}/PKG-INFO +4 -3
  5. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation.egg-info/requires.txt +1 -1
  6. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/LICENSE +0 -0
  7. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/README.md +0 -0
  8. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/__init__.py +0 -0
  9. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/adapter/__init__.py +0 -0
  10. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/adapter/aws_lambda_function.py +0 -0
  11. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/adapter/aws_lambda_function_model.py +0 -0
  12. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/adapter/aws_secrets_manager.py +0 -0
  13. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/adapter/container.py +0 -0
  14. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/adapter/postgresql_database_service.py +0 -0
  15. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/model.py +0 -0
  16. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/password_rotation_application.py +0 -0
  17. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation/services.py +0 -0
  18. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation.egg-info/SOURCES.txt +0 -0
  19. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation.egg-info/dependency_links.txt +0 -0
  20. {rds_proxy_password_rotation-0.5.9 → rds_proxy_password_rotation-0.5.11}/src/rds_proxy_password_rotation.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: rds-proxy-password-rotation
3
- Version: 0.5.9
3
+ Version: 0.5.11
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
@@ -21,10 +21,11 @@ Requires-Dist: dependency-injector==4.48.1
21
21
  Requires-Dist: psycopg[binary]==3.2.9
22
22
  Requires-Dist: pydantic==2.11.7
23
23
  Provides-Extra: test
24
- Requires-Dist: pytest==8.3.4; extra == "test"
24
+ Requires-Dist: pytest==8.4.2; extra == "test"
25
25
  Requires-Dist: pytest-cov==6.2.1; extra == "test"
26
26
  Requires-Dist: uuid==1.30; extra == "test"
27
27
  Requires-Dist: nose==1.3.7; extra == "test"
28
+ Dynamic: license-file
28
29
 
29
30
  # rds-proxy-password-rotation
30
31
 
@@ -1,3 +1,3 @@
1
1
  [build-system]
2
- requires = ['setuptools==75.9.1']
2
+ requires = ['setuptools==80.9.0']
3
3
  build-backend = 'setuptools.build_meta'
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = rds-proxy-password-rotation
3
- version = 0.5.9
3
+ version = 0.5.11
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
@@ -31,7 +31,7 @@ install_requires =
31
31
 
32
32
  [options.extras_require]
33
33
  test =
34
- pytest==8.3.4
34
+ pytest==8.4.2
35
35
  pytest-cov==6.2.1
36
36
  uuid==1.30
37
37
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: rds-proxy-password-rotation
3
- Version: 0.5.9
3
+ Version: 0.5.11
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
@@ -21,10 +21,11 @@ Requires-Dist: dependency-injector==4.48.1
21
21
  Requires-Dist: psycopg[binary]==3.2.9
22
22
  Requires-Dist: pydantic==2.11.7
23
23
  Provides-Extra: test
24
- Requires-Dist: pytest==8.3.4; extra == "test"
24
+ Requires-Dist: pytest==8.4.2; extra == "test"
25
25
  Requires-Dist: pytest-cov==6.2.1; extra == "test"
26
26
  Requires-Dist: uuid==1.30; extra == "test"
27
27
  Requires-Dist: nose==1.3.7; extra == "test"
28
+ Dynamic: license-file
28
29
 
29
30
  # rds-proxy-password-rotation
30
31
 
@@ -7,7 +7,7 @@ psycopg[binary]==3.2.9
7
7
  pydantic==2.11.7
8
8
 
9
9
  [test]
10
- pytest==8.3.4
10
+ pytest==8.4.2
11
11
  pytest-cov==6.2.1
12
12
  uuid==1.30
13
13
  nose==1.3.7