From 2943267c2f7f4e9822e4efe73f9e8213446580a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 18:36:49 +0000 Subject: [PATCH] Bump the all-dependencies group in /api with 7 updates Bumps the all-dependencies group in /api with 7 updates: | Package | From | To | | --- | --- | --- | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.17` | `2.0.6` | | [annotated-types](https://github.com/annotated-types/annotated-types) | `0.5.0` | `0.6.0` | | [blinker](https://github.com/pallets-eco/blinker) | `1.6.2` | `1.6.3` | | [boto3](https://github.com/boto/boto3) | `1.28.57` | `1.28.62` | | [botocore](https://github.com/boto/botocore) | `1.31.57` | `1.31.62` | | [greenlet](https://github.com/python-greenlet/greenlet) | `2.0.2` | `3.0.0` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.8` | `2.9.9` | Updates `urllib3` from 1.26.17 to 2.0.6 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...2.0.6) Updates `annotated-types` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/annotated-types/annotated-types/releases) - [Commits](https://github.com/annotated-types/annotated-types/compare/v0.5.0...v0.6.0) Updates `blinker` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/pallets-eco/blinker/releases) - [Changelog](https://github.com/pallets-eco/blinker/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets-eco/blinker/compare/1.6.2...1.6.3) Updates `boto3` from 1.28.57 to 1.28.62 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.28.57...1.28.62) Updates `botocore` from 1.31.57 to 1.31.62 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.57...1.31.62) Updates `greenlet` from 2.0.2 to 3.0.0 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](https://github.com/python-greenlet/greenlet/compare/2.0.2...3.0.0) Updates `psycopg2-binary` from 2.9.8 to 2.9.9 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.8...2.9.9) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: annotated-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: blinker dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: greenlet dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- api/requirements-dev.txt | 2 +- api/requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/requirements-dev.txt b/api/requirements-dev.txt index 2c0652b..2ca0c24 100644 --- a/api/requirements-dev.txt +++ b/api/requirements-dev.txt @@ -79,7 +79,7 @@ six==1.16.0 # requests-mock tox==4.11.3 # via -r requirements-dev-minimal.txt -urllib3==1.26.17 +urllib3==2.0.6 # via # -c requirements.txt # requests diff --git a/api/requirements.txt b/api/requirements.txt index e863043..f53b5a8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -4,15 +4,15 @@ # # pip-compile --output-file=requirements.txt requirements-minimal.txt # -annotated-types==0.5.0 +annotated-types==0.6.0 # via pydantic arrow==1.3.0 # via -r requirements-minimal.txt -blinker==1.6.2 +blinker==1.6.3 # via flask -boto3==1.28.57 +boto3==1.28.62 # via -r requirements-minimal.txt -botocore==1.31.57 +botocore==1.31.62 # via # boto3 # s3transfer @@ -31,7 +31,7 @@ flask-api-utils==1.0.2 # via -r requirements-minimal.txt flask-sqlalchemy==3.1.1 # via -r requirements-minimal.txt -greenlet==2.0.2 +greenlet==3.0.0 # via sqlalchemy httplib2==0.22.0 # via -r requirements-minimal.txt @@ -53,7 +53,7 @@ markupsafe==2.1.3 # werkzeug networkx==3.1 # via -r requirements-minimal.txt -psycopg2-binary==2.9.8 +psycopg2-binary==2.9.9 # via -r requirements-minimal.txt pydantic==2.4.2 # via -r requirements-minimal.txt @@ -89,7 +89,7 @@ typing-extensions==4.8.0 # pydantic # pydantic-core # sqlalchemy -urllib3==1.26.17 +urllib3==2.0.6 # via # -r requirements-minimal.txt # botocore