From 3b417d01580da909df1ee21c4afab172da9dcad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 00:11:23 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 10 updates Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.5` | | [boto3](https://github.com/boto/boto3) | `1.34.53` | `1.34.95` | | [botocore](https://github.com/boto/botocore) | `1.34.53` | `1.34.95` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.42` | `3.1.43` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [marshmallow](https://github.com/marshmallow-code/marshmallow) | `3.21.0` | `3.21.1` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` | | [s3transfer](https://github.com/boto/s3transfer) | `0.10.0` | `0.10.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `2.0.1` | Updates `aiohttp` from 3.9.3 to 3.9.5 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.9.3...v3.9.5) Updates `boto3` from 1.34.53 to 1.34.95 - [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.53...1.34.95) Updates `botocore` from 1.34.53 to 1.34.95 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.53...1.34.95) Updates `gitpython` from 3.1.42 to 3.1.43 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7) Updates `marshmallow` from 3.21.0 to 3.21.1 - [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.21.0...3.21.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) Updates `python-dateutil` from 2.8.2 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](https://github.com/dateutil/dateutil/compare/2.8.2...2.9.0.post0) Updates `s3transfer` from 0.10.0 to 0.10.1 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/s3transfer/compare/0.10.0...0.10.1) Updates `sentry-sdk` from 1.40.6 to 2.0.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.40.6...2.0.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: marshmallow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: python-dateutil dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c265e7..951f8b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,28 +1,28 @@ -aiohttp==3.9.3 +aiohttp==3.9.5 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.2.0 -boto3==1.34.53 -botocore==1.34.53 +boto3==1.34.95 +botocore==1.34.95 certifi==2024.2.2 charset-normalizer==3.3.2 click==8.1.7 frozenlist==1.4.1 gitdb==4.0.11 -GitPython==3.1.42 -idna==3.6 +GitPython==3.1.43 +idna==3.7 jmespath==1.0.1 -marshmallow==3.21.0 +marshmallow==3.21.1 marshmallow-enum==1.5.1 multidict==6.0.5 openttd-helpers==1.4.0 openttd-protocol==1.7.1 -packaging==23.2 +packaging==24.0 prometheus_client==0.20.0 -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 PyYAML==6.0.1 -s3transfer==0.10.0 -sentry-sdk==1.40.6 +s3transfer==0.10.1 +sentry-sdk==2.0.1 six==1.16.0 smmap==5.0.1 urllib3==1.26.18