Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.42` | `3.1.43` |
| [httpcore](https://github.com/encode/httpcore) | `1.0.4` | `1.0.5` |
| [pycparser](https://github.com/eliben/pycparser) | `2.21` | `2.22` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.9.0` | `2.9.0.post0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.6` | `1.44.0` |
| [wikitextparser](https://github.com/5j9/wikitextparser) | `0.55.8` | `0.55.10` |


Updates `gitpython` from 3.1.42 to 3.1.43
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.42...3.1.43)

Updates `httpcore` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/encode/httpcore/releases)
- [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md)
- [Commits](encode/httpcore@1.0.4...1.0.5)

Updates `pycparser` from 2.21 to 2.22
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](eliben/pycparser@release_v2.21...release_v2.22)

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

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

Updates `wikitextparser` from 0.55.8 to 0.55.10
- [Changelog](https://github.com/5j9/wikitextparser/blob/master/CHANGELOG.rst)
- [Commits](5j9/wikitextparser@v0.55.8...v0.55.10)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pycparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-dateutil
  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: wikitextparser
  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 Apr 1, 2024
1 parent 7f9e679 commit d4ed961
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@ exceptiongroup==1.2.0
frozenlist==1.4.1
gitdb==4.0.11
github3.py==4.0.1
GitPython==3.1.42
GitPython==3.1.43
h11==0.14.0
httpcore==1.0.4
httpcore==1.0.5
httpx==0.27.0
idna==3.6
multidict==6.0.5
openttd-helpers==1.4.0
ply==3.11
pycparser==2.21
pycparser==2.22
Pygments==2.17.2
PyJWT==2.8.0
python-dateutil==2.9.0
python-dateutil==2.9.0.post0
python-slugify==8.0.4
PyYAML==6.0.1
regex==2023.12.25
requests==2.31.0
rfc3986==2.0.0
sentry-sdk==1.40.6
sentry-sdk==1.44.0
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
Expand All @@ -40,5 +40,5 @@ uritemplate==4.1.1
urllib3==2.2.1
wcwidth==0.2.13
wikitexthtml==1.2.0
wikitextparser==0.55.8
wikitextparser==0.55.10
yarl==1.9.4

0 comments on commit d4ed961

Please sign in to comment.