Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 7 updates
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` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.1.0` | `10.2.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.5.3` | `2.6.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.14.6` | `2.16.1` |
| [pytz](https://github.com/stub42/pytz) | `2023.3.post1` | `2023.4` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.39.1` | `1.40.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.2.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 `more-itertools` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.1.0...v10.2.0)

Updates `pydantic` from 2.5.3 to 2.6.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.3...v2.6.0)

Updates `pydantic-core` from 2.14.6 to 2.16.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.14.6...v2.16.1)

Updates `pytz` from 2023.3.post1 to 2023.4
- [Commits](stub42/pytz@release_2023.3.post1...release_2023.4)

Updates `sentry-sdk` from 1.39.1 to 1.40.0
- [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.1...1.40.0)

Updates `urllib3` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytz
  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: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent a3320c6 commit 33ceaed
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,4 +1,4 @@
aiohttp==3.9.1
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
async-timeout==4.0.3
Expand All @@ -20,14 +20,14 @@ jaraco.functools==4.0.0
jaraco.logging==3.3.0
jaraco.stream==3.0.3
jaraco.text==3.12.0
more-itertools==10.1.0
more-itertools==10.2.0
multidict==6.0.4
openttd-helpers==1.4.0
pydantic==2.5.3
pydantic_core==2.14.6
pytz==2023.3.post1
sentry-sdk==1.39.1
pydantic==2.6.0
pydantic_core==2.16.1
pytz==2023.4
sentry-sdk==1.40.0
tempora==5.5.0
typing_extensions==4.9.0
urllib3==2.1.0
urllib3==2.2.0
yarl==1.9.4

0 comments on commit 33ceaed

Please sign in to comment.