From c13ae65e0ecb5a7638f93dd27aeb2766a577f650 Mon Sep 17 00:00:00 2001 From: Frode Aannevik Date: Fri, 25 Aug 2023 01:12:43 +0200 Subject: [PATCH] Bump dependencies (#46) - boto3 from 1.26.13 to 1.28.34 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/28 - botocore from 1.29.13 to 1.31.34 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/29 - pycodestyle from 2.9.1 to 2.11.0 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/36 - s3transfer from 0.6.0 to 0.6.2 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/25 - urllib3 from 1.26.12 to 1.26.16 Closes: https://github.com/Dintero/docker-pytest-bdd/pull/26 --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 251ac2a..cbe0636 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ arrow==1.2.3 attrs==22.1.0 -boto3==1.26.13 -botocore==1.29.13 +boto3==1.28.34 +botocore==1.31.34 bravado-core==5.17.1 certifi==2023.7.22 cffi==1.15.1 @@ -22,20 +22,20 @@ Mako==1.2.4 MarkupSafe==2.1.3 msgpack==1.0.4 packaging==21.3 -parse==1.19.0 parse-type==0.6.0 +parse==1.19.0 PGPy==0.6.0 pluggy==1.0.0 py==1.11.0 pyasn1==0.4.8 -pycodestyle==2.9.1 +pycodestyle==2.11.0 pycparser==2.21 pycryptodome==3.15.0 pyparsing==3.0.9 pyrsistent==0.19.2 -pytest==7.2.0 pytest-bdd==4.1.0 pytest-parallel==0.1.1 +pytest==7.2.0 python-dateutil==2.8.2 python-jose==3.3.0 pytz==2022.6 @@ -44,7 +44,7 @@ requests==2.31.0 rfc3339-validator==0.1.4 rfc3987==1.3.8 rsa==4.9 -s3transfer==0.6.0 +s3transfer==0.6.2 simplejson==3.18.0 six==1.16.0 swagger-spec-validator==3.0.3 @@ -52,5 +52,5 @@ tblib==1.7.0 tomli==2.0.1 typing_extensions==4.4.0 uri-template==1.2.0 -urllib3==1.26.12 +urllib3==1.26.16 webcolors==1.12