Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 7 updates (#233)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [inflect](https://github.com/jaraco/inflect) | `7.0.0` | `7.2.0` |
| [irc](https://github.com/jaraco/irc) | `20.3.1` | `20.4.0` |
| [jaraco-classes](https://github.com/jaraco/jaraco.classes) | `3.3.1` | `3.4.0` |
| [jaraco-context](https://github.com/jaraco/jaraco.context) | `4.3.0` | `5.3.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.3` | `2.6.4` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.44.1` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` |

Updates `inflect` from 7.0.0 to 7.2.0
- [Release notes](https://github.com/jaraco/inflect/releases)
- [Changelog](https://github.com/jaraco/inflect/blob/main/NEWS.rst)
- [Commits](jaraco/inflect@v7.0.0...v7.2.0)

Updates `irc` from 20.3.1 to 20.4.0
- [Release notes](https://github.com/jaraco/irc/releases)
- [Changelog](https://github.com/jaraco/irc/blob/main/NEWS.rst)
- [Commits](jaraco/irc@v20.3.1...v20.4.0)

Updates `jaraco-classes` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/jaraco/jaraco.classes/releases)
- [Changelog](https://github.com/jaraco/jaraco.classes/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.classes@v3.3.1...v3.4.0)

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

Updates `pydantic` from 2.6.3 to 2.6.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.6.3...v2.6.4)

Updates `sentry-sdk` from 1.40.6 to 1.44.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.40.6...1.44.1)

Updates `typing-extensions` from 4.10.0 to 4.11.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.10.0...4.11.0)

---
updated-dependencies:
- dependency-name: inflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: irc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-classes
  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: pydantic
  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-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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 9, 2024
1 parent b2a1859 commit 952270f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,32 @@ annotated-types==0.6.0
async-timeout==4.0.3
attrs==23.2.0
autocommand==2.2.2
backports.tarfile==1.0.0
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
discord.py==2.3.2
frozenlist==1.4.1
idna==3.6
inflect==7.0.0
irc==20.3.1
jaraco.classes==3.3.1
inflect==7.2.0
irc==20.4.0
jaraco.classes==3.4.0
jaraco.collections==5.0.0
jaraco.context==4.3.0
jaraco.context==5.3.0
jaraco.functools==4.0.0
jaraco.logging==3.3.0
jaraco.stream==3.0.3
jaraco.text==3.12.0
more-itertools==10.2.0
multidict==6.0.5
openttd-helpers==1.4.0
pydantic==2.6.3
pydantic==2.6.4
pydantic_core==2.16.3
pytz==2024.1
sentry-sdk==1.40.6
sentry-sdk==1.44.1
tempora==5.5.1
typing_extensions==4.10.0
typeguard==4.2.1
typing_extensions==4.11.0
urllib3==2.2.1
yarl==1.9.4

0 comments on commit 952270f

Please sign in to comment.