diff --git a/requirements-dev.txt b/requirements-dev.txt index 17872fc..ae44b49 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -38,4 +38,4 @@ websocket-client==1.6.4; python_version >= '3.8' werkzeug==3.0.1; python_version >= '3.8' xmltodict==0.13.0; python_version >= '3.4' ldap3==2.9.1 -pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' diff --git a/requirements.txt b/requirements.txt index 0f4bd3f..c285a39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ boto3==1.29.3 botocore==1.32.3; python_version >= '3.7' jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 -pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' s3transfer==0.7.0; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'