diff --git a/shared_aws_infra/pyproject.toml b/shared_aws_infra/pyproject.toml index 16cc3374..c1dcd676 100644 --- a/shared_aws_infra/pyproject.toml +++ b/shared_aws_infra/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ test = [ "flake8==7.1.*", "mypy==1.10.*", - "pytest==8.2.*", + "pytest==8.3.*", "boto3-stubs==1.34.*" ] diff --git a/shared_aws_infra/tests/requirements.txt b/shared_aws_infra/tests/requirements.txt index 46fbf412..995d4f06 100644 --- a/shared_aws_infra/tests/requirements.txt +++ b/shared_aws_infra/tests/requirements.txt @@ -148,9 +148,9 @@ pyflakes==3.2.0 \ --hash=sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f \ --hash=sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a # via flake8 -pytest==8.2.2 \ - --hash=sha256:c434598117762e2bd304e526244f67bf66bbd7b5d6cf22138be51ff661980343 \ - --hash=sha256:de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977 +pytest==8.3.2 \ + --hash=sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5 \ + --hash=sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce # via pavi_shared_aws_infra (pyproject.toml) python-dateutil==2.9.0.post0 \ --hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \