Skip to content

Commit

Permalink
Bump the python-dependencies group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the python-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.7` | `0.4.2` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.4` | `3.9.5` |
| [regex](https://github.com/mrabarnett/mrab-regex) | `2023.12.25` | `2024.4.28` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.45.0` | `2.0.1` |
| [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.4.27` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |


Updates `pytest` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.1...8.2.0)

Updates `mypy` from 1.9.0 to 1.10.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@1.9.0...v1.10.0)

Updates `ruff` from 0.3.7 to 0.4.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.7...v0.4.2)

Updates `aiohttp` from 3.9.4 to 3.9.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.4...v3.9.5)

Updates `regex` from 2023.12.25 to 2024.4.28
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](mrabarnett/mrab-regex@2023.12.25...2024.4.28)

Updates `sentry-sdk` from 1.45.0 to 2.0.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.45.0...2.0.1)

Updates `furo` from 2024.1.29 to 2024.4.27
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2024.01.29...2024.04.27)

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: furo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 1fa329a commit 8c15078
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.13.1
# virtualenv
identify==2.5.34
# via pre-commit
mypy==1.9.0
mypy==1.10.0
# via -r requirements/requirements-dev.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -38,7 +38,7 @@ pyproject-hooks==1.0.0
# pip-tools
pyyaml==6.0.1
# via pre-commit
ruff==0.3.7
ruff==0.4.2
# via -r requirements/requirements-dev.in
typing-extensions==4.9.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ charset-normalizer==3.3.2
# requests
docutils==0.20.1
# via sphinx
furo==2024.1.29
furo==2024.4.27
# via -r requirements/requirements-docs.in
idna==3.6
# via
Expand Down Expand Up @@ -58,7 +58,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.3.7
# via
# -r requirements/requirements-docs.in
# furo
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ iniconfig==2.0.0
# via pytest
packaging==23.2
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/requirements-tests.in
# pytest-randomly
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiodns==3.1.1
# via pydis-core
aiohttp==3.9.4
aiohttp==3.9.5
# via
# -r requirements/requirements.in
# discord-py
Expand Down Expand Up @@ -77,15 +77,15 @@ python-dotenv==1.0.1
# via pydantic-settings
rapidfuzz==3.8.1
# via -r requirements/requirements.in
regex==2023.12.25
regex==2024.4.28
# via -r requirements/requirements.in
requests==2.31.0
# via
# requests-file
# tldextract
requests-file==2.0.0
# via tldextract
sentry-sdk==1.45.0
sentry-sdk==2.0.1
# via -r requirements/requirements.in
six==1.16.0
# via python-dateutil
Expand Down

0 comments on commit 8c15078

Please sign in to comment.