diff --git a/requirements-dev.txt b/requirements-dev.txt index 2019729..6db281c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -40,4 +40,4 @@ uuid==1.30 werkzeug==3.0.1; python_version >= '3.8' xmltodict==0.13.0; python_version >= '3.4' ldap3==2.9.1 -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' +pyasn1==0.6.0; 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 c24b5fb..ceadcd5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ boto3==1.34.29; python_version >= '3.8' botocore==1.34.84; python_version >= '3.8' jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 -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' +pyasn1==0.6.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' s3transfer==0.10.1; python_version >= '3.8' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'