Skip to content

Commit

Permalink
Upgrade: Bump the dependencies group with 7 updates (#301)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.1` | `3.9.3` |
| [botocore](https://github.com/boto/botocore) | `1.34.29` | `1.34.53` |
| [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2024.2.2` |
| [multidict](https://github.com/aio-libs/multidict) | `6.0.4` | `6.0.5` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.2` | `1.40.6` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` |


Updates `aiohttp` from 3.9.1 to 3.9.3
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.1...v3.9.3)

Updates `botocore` from 1.34.29 to 1.34.53
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](boto/botocore@1.34.29...1.34.53)

Updates `certifi` from 2023.11.17 to 2024.2.2
- [Commits](certifi/python-certifi@2023.11.17...2024.02.02)

Updates `multidict` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.0.4...v6.0.5)

Updates `python-dateutil` from 2.8.2 to 2.9.0
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.2...2.9.0)

Updates `sentry-sdk` from 1.39.2 to 1.40.6
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.39.2...1.40.6)

Updates `typing-extensions` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.9.0...4.10.0)

---
updated-dependencies:
- dependency-name: aiohttp
  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: certifi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: multidict
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent bba885a commit 29a3cc8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
aiohttp==3.9.1
aiohttp==3.9.3
aioredis==2.0.1
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
botocore==1.34.29
certifi==2023.11.17
botocore==1.34.53
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
frozenlist==1.4.1
hiredis==2.3.2
idna==3.6
jmespath==1.0.1
multidict==6.0.4
multidict==6.0.5
openttd-helpers==1.4.0
pproxy==2.7.9
pynamodb==6.0.0
python-dateutil==2.8.2
sentry-sdk==1.39.2
python-dateutil==2.9.0
sentry-sdk==1.40.6
six==1.16.0
typing_extensions==4.9.0
typing_extensions==4.10.0
urllib3==1.26.18
yarl==1.9.4

0 comments on commit 29a3cc8

Please sign in to comment.