From 7f5cc8a0c202faefaf75225cac2586b999d715e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:32:58 +0000 Subject: [PATCH] chore(deps): bump pyasn1 from 0.5.0 to 0.5.1 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](https://github.com/pyasn1/pyasn1/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: pyasn1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'