From a650e9dabb790f133bb3ae755ce59d91125f1e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 19:38:55 +0000 Subject: [PATCH] Bump pyasn1 from 0.6.2 to 0.6.3 Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.6.2 to 0.6.3. - [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.6.2...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index b3e1fe19..799c77e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ cffi==2.0.0 # via cryptography charset-normalizer==3.4.4 # via requests -click==8.3.1 +click==8.1.8 # via # -r requirements.in # flask @@ -103,7 +103,7 @@ jmespath==1.1.0 # via # boto3 # botocore -lazy-object-proxy==1.4.3 +lazy-object-proxy==1.12.0 # via -r requirements.in mako==1.3.10 # via @@ -133,15 +133,13 @@ packaging==26.0 # build # gunicorn # wheel -pip==26.0.1 - # via pip-tools pip-tools==7.4.1 # via -r requirements.in platformdirs==4.9.2 # via pylint psycopg2-binary==2.9.11 # via -r requirements.in -pyasn1==0.6.2 +pyasn1==0.6.3 # via # pyasn1-modules # python-ldap @@ -167,14 +165,9 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -python-dotenv==1.2.2 python-dateutil==2.6.1 - # via - # -r requirements.in - # botocore - # via - # -r requirements.in - # botocore + # via botocore +python-dotenv==1.2.2 # via pydantic-settings python-editor==1.0.4 # via -r requirements.in @@ -185,14 +178,15 @@ requests==2.32.5 # flask-pyoidc # oic # pyjwkest +s3transfer==0.10.4 + # via boto3 sentry-sdk[flask]==2.24.1 # via -r requirements.in -setuptools==82.0.0 - # via pip-tools six==1.17.0 # via # -r requirements.in # pyjwkest + # python-dateutil sqlalchemy==2.0.48 # via # -r requirements.in @@ -235,5 +229,7 @@ zipp==3.23.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -# pip -# setuptools +pip==26.0.1 + # via pip-tools +setuptools==82.0.0 + # via pip-tools