Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 17 u…
Browse files Browse the repository at this point in the history
…pdates

Bumps the dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.5` |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.8.30` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.8` |
| [inflect](https://github.com/jaraco/inflect) | `7.3.0` | `7.3.1` |
| [irc](https://github.com/jaraco/irc) | `20.4.1` | `20.5.0` |
| [jaraco-collections](https://github.com/jaraco/jaraco.collections) | `5.0.1` | `5.1.0` |
| [jaraco-context](https://github.com/jaraco/jaraco.context) | `5.3.0` | `6.0.1` |
| [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.1` | `4.0.2` |
| [jaraco-stream](https://github.com/jaraco/jaraco.stream) | `3.0.3` | `3.0.4` |
| [jaraco-text](https://github.com/jaraco/jaraco.text) | `3.12.1` | `4.0.0` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.3.0` | `10.4.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.7.4` | `2.8.2` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.18.4` | `2.23.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.13.0` |
| [tempora](https://github.com/jaraco/tempora) | `5.6.0` | `5.7.0` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.9.6` |



Updates `aiohttp` from 3.9.5 to 3.10.5
- [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.5...v3.10.5)

Updates `attrs` from 23.2.0 to 24.2.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `certifi` from 2024.6.2 to 2024.8.30
- [Commits](certifi/python-certifi@2024.06.02...2024.08.30)

Updates `idna` from 3.7 to 3.8
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.8)

Updates `inflect` from 7.3.0 to 7.3.1
- [Release notes](https://github.com/jaraco/inflect/releases)
- [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst)
- [Commits](jaraco/inflect@v7.3.0...v7.3.1)

Updates `irc` from 20.4.1 to 20.5.0
- [Release notes](https://github.com/jaraco/irc/releases)
- [Changelog](https://github.com/jaraco/irc/blob/main/NEWS.rst)
- [Commits](jaraco/irc@v20.4.1...v20.5.0)

Updates `jaraco-collections` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/jaraco/jaraco.collections/releases)
- [Changelog](https://github.com/jaraco/jaraco.collections/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.collections@v5.0.1...v5.1.0)

Updates `jaraco-context` from 5.3.0 to 6.0.1
- [Release notes](https://github.com/jaraco/jaraco.context/releases)
- [Changelog](https://github.com/jaraco/jaraco.context/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.context@v5.3.0...v6.0.1)

Updates `jaraco-functools` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/jaraco/jaraco.functools/releases)
- [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.functools@v4.0.1...v4.0.2)

Updates `jaraco-stream` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/jaraco/jaraco.stream/releases)
- [Changelog](https://github.com/jaraco/jaraco.stream/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.stream@v3.0.3...v3.0.4)

Updates `jaraco-text` from 3.12.1 to 4.0.0
- [Release notes](https://github.com/jaraco/jaraco.text/releases)
- [Changelog](https://github.com/jaraco/jaraco.text/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.text@v3.12.1...v4.0.0)

Updates `more-itertools` from 10.3.0 to 10.4.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.3.0...v10.4.0)

Updates `pydantic` from 2.7.4 to 2.8.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.7.4...v2.8.2)

Updates `pydantic-core` from 2.18.4 to 2.23.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.18.4...v2.23.1)

Updates `sentry-sdk` from 2.7.1 to 2.13.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@2.7.1...2.13.0)

Updates `tempora` from 5.6.0 to 5.7.0
- [Release notes](https://github.com/jaraco/tempora/releases)
- [Changelog](https://github.com/jaraco/tempora/blob/main/NEWS.rst)
- [Commits](jaraco/tempora@v5.6.0...v5.7.0)

Updates `yarl` from 1.9.4 to 1.9.6
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.9.4...v1.9.6)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: inflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: irc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-collections
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-context
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jaraco-functools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jaraco-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jaraco-text
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tempora
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 4250b35 commit 5de8019
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
aiohttp==3.9.5
aiohttp==3.10.5
aiosignal==1.3.1
annotated-types==0.7.0
async-timeout==4.0.3
attrs==23.2.0
attrs==24.2.0
autocommand==2.2.2
backports.tarfile==1.2.0
certifi==2024.6.2
certifi==2024.8.30
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
discord.py==2.4.0
frozenlist==1.4.1
idna==3.7
inflect==7.3.0
irc==20.4.1
idna==3.8
inflect==7.3.1
irc==20.5.0
jaraco.classes==3.4.0
jaraco.collections==5.0.1
jaraco.context==5.3.0
jaraco.functools==4.0.1
jaraco.collections==5.1.0
jaraco.context==6.0.1
jaraco.functools==4.0.2
jaraco.logging==3.3.0
jaraco.stream==3.0.3
jaraco.text==3.12.1
more-itertools==10.3.0
jaraco.stream==3.0.4
jaraco.text==4.0.0
more-itertools==10.4.0
multidict==6.0.5
openttd-helpers==1.4.0
pydantic==2.7.4
pydantic_core==2.18.4
pydantic==2.8.2
pydantic_core==2.23.1
pytz==2024.1
sentry-sdk==2.7.1
tempora==5.6.0
sentry-sdk==2.13.0
tempora==5.7.0
typeguard==4.3.0
typing_extensions==4.12.2
urllib3==2.2.2
yarl==1.9.4
yarl==1.9.6

0 comments on commit 5de8019

Please sign in to comment.