Skip to content

Commit

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

| Package | Update |
| --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | 3.8.4 to 3.8.5 |
| [botocore](https://github.com/boto/botocore) | 1.30.0 to 1.31.12 |
| [certifi](https://github.com/certifi/python-certifi) | 2023.5.7 to 2023.7.22 |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | 3.1.0 to 3.2.0 |
| [click](https://github.com/pallets/click) | 8.1.3 to 8.1.6 |
| [frozenlist](https://github.com/aio-libs/frozenlist) | 1.3.3 to 1.4.0 |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | 1.27.0 to 1.28.1 |


Updates `aiohttp` from 3.8.4 to 3.8.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.8.4...v3.8.5)

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

Updates `certifi` from 2023.5.7 to 2023.7.22
- [Commits](certifi/python-certifi@2023.05.07...2023.07.22)

Updates `charset-normalizer` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Ousret/charset_normalizer/releases)
- [Changelog](https://github.com/Ousret/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.1.0...3.2.0)

Updates `click` from 8.1.3 to 8.1.6
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst)
- [Commits](pallets/click@8.1.3...8.1.6)

Updates `frozenlist` from 1.3.3 to 1.4.0
- [Release notes](https://github.com/aio-libs/frozenlist/releases)
- [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst)
- [Commits](aio-libs/frozenlist@v1.3.3...v1.4.0)

Updates `sentry-sdk` from 1.27.0 to 1.28.1
- [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.27.0...1.28.1)

---
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-minor
  dependency-group: dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: frozenlist
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patric Stout <[email protected]>
  • Loading branch information
dependabot[bot] and TrueBrain authored Jul 27, 2023
1 parent bc60c6d commit 8f31b52
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,13 +1,13 @@
aiohttp==3.8.4
aiohttp==3.8.5
aioredis==2.0.1
aiosignal==1.3.1
async-timeout==4.0.2
attrs==23.1.0
botocore==1.30.0
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.3
frozenlist==1.3.3
botocore==1.31.12
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
frozenlist==1.4.0
hiredis==2.2.3
idna==3.4
jmespath==1.0.1
Expand All @@ -16,7 +16,7 @@ openttd-helpers==1.4.0
pproxy==2.7.8
pynamodb==5.5.0
python-dateutil==2.8.2
sentry-sdk==1.27.0
sentry-sdk==1.28.1
six==1.16.0
typing_extensions==4.7.1
urllib3==1.26.16
Expand Down

0 comments on commit 8f31b52

Please sign in to comment.