From 470e603aab8659a9a2e8eeb90844836a8a926657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:09:14 +0000 Subject: [PATCH] Bump the all-dependencies group in /api with 9 updates Bumps the all-dependencies group in /api with 9 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.34.54` | `1.34.59` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.2.1` | | [botocore](https://github.com/boto/botocore) | `1.34.54` | `1.34.59` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.1` | `7.0.2` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.1` | `3.1.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` | | [tox](https://github.com/tox-dev/tox) | `4.13.0` | `4.14.1` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.4.0` | `7.4.1` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | Updates `boto3` from 1.34.54 to 1.34.59 - [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.34.54...1.34.59) Updates `urllib3` from 2.0.7 to 2.2.1 - [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/2.0.7...2.2.1) Updates `botocore` from 1.34.54 to 1.34.59 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.54...1.34.59) Updates `importlib-metadata` from 7.0.1 to 7.0.2 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v7.0.1...v7.0.2) Updates `pyparsing` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.1.1...pyparsing_3.1.2) Updates `pytest` from 8.0.2 to 8.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.2...8.1.1) Updates `tox` from 4.13.0 to 4.14.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.13.0...4.14.1) Updates `pip-tools` from 7.4.0 to 7.4.1 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/7.4.0...7.4.1) Updates `packaging` from 23.2 to 24.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/23.2...24.0) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pip-tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: packaging dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- api/requirements-bootstrap.txt | 2 +- api/requirements-dev.txt | 8 ++++---- api/requirements.txt | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/requirements-bootstrap.txt b/api/requirements-bootstrap.txt index 688c680..338e3d3 100644 --- a/api/requirements-bootstrap.txt +++ b/api/requirements-bootstrap.txt @@ -1,4 +1,4 @@ click==8.1.7 pip==24.0 -pip-tools==7.4.0 +pip-tools==7.4.1 wheel==0.42.0 diff --git a/api/requirements-dev.txt b/api/requirements-dev.txt index 7044ad6..3eb34cd 100644 --- a/api/requirements-dev.txt +++ b/api/requirements-dev.txt @@ -40,7 +40,7 @@ mock==5.1.0 # via -r requirements-dev-minimal.txt nodeenv==1.8.0 # via pre-commit -packaging==23.2 +packaging==24.0 # via # pyproject-api # pytest @@ -57,7 +57,7 @@ pre-commit==3.6.2 # via -r requirements-dev-minimal.txt pyproject-api==1.6.1 # via tox -pytest==8.0.2 +pytest==8.1.1 # via # -r requirements-dev-minimal.txt # requirements-tools @@ -77,9 +77,9 @@ six==1.16.0 # via # -c requirements.txt # requests-mock -tox==4.13.0 +tox==4.14.1 # via -r requirements-dev-minimal.txt -urllib3==2.0.7 +urllib3==2.2.1 # via # -c requirements.txt # requests diff --git a/api/requirements.txt b/api/requirements.txt index fe78542..9264d36 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -10,9 +10,9 @@ arrow==1.3.0 # via -r requirements-minimal.txt blinker==1.7.0 # via flask -boto3==1.34.54 +boto3==1.34.59 # via -r requirements-minimal.txt -botocore==1.34.54 +botocore==1.34.59 # via # boto3 # s3transfer @@ -37,7 +37,7 @@ httplib2==0.22.0 # via -r requirements-minimal.txt idna==3.6 # via requests -importlib-metadata==7.0.1 +importlib-metadata==7.0.2 # via flask itsdangerous==2.1.2 # via flask @@ -59,7 +59,7 @@ pydantic==2.6.3 # via -r requirements-minimal.txt pydantic-core==2.16.3 # via pydantic -pyparsing==3.1.1 +pyparsing==3.1.2 # via httplib2 python-dateutil==2.9.0.post0 # via @@ -89,7 +89,7 @@ typing-extensions==4.10.0 # pydantic # pydantic-core # sqlalchemy -urllib3==2.0.7 +urllib3==2.2.1 # via # -r requirements-minimal.txt # botocore