-
Notifications
You must be signed in to change notification settings - Fork 4
Bump the python-dependencies group across 1 directory with 15 updates #190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/python-dependencies-c4505faf53
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the python-dependencies group with 15 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.4` | `3.9.5` | | [psycopg[binary]](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.1` | | [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.2.1` | `2.3.4` | | [pydis-core](https://github.com/python-discord/bot-core) | `11.1.0` | `11.2.0` | | [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) | `3.8.1` | `3.9.3` | | [regex](https://github.com/mrabarnett/mrab-regex) | `2023.12.25` | `2024.5.15` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.45.0` | `2.7.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.29` | `2.0.31` | | [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.5.6` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` | | [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) | `3.0.0` | `3.1.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.2` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.7.0` | `3.7.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.7` | `0.5.0` | 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 `psycopg[binary]` from 3.1.18 to 3.2.1 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.1.18...3.2.1) Updates `pydantic-settings` from 2.2.1 to 2.3.4 - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](pydantic/pydantic-settings@v2.2.1...v2.3.4) Updates `pydis-core` from 11.1.0 to 11.2.0 - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](python-discord/bot-core@v11.1.0...v11.2.0) Updates `rapidfuzz` from 3.8.1 to 3.9.3 - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](rapidfuzz/RapidFuzz@v3.8.1...v3.9.3) Updates `regex` from 2023.12.25 to 2024.5.15 - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2023.12.25...2024.5.15) Updates `sentry-sdk` from 1.45.0 to 2.7.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.7.1) Updates `sqlalchemy` from 2.0.29 to 2.0.31 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `furo` from 2024.1.29 to 2024.5.6 - [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.05.06) 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) Updates `sphinx-autoapi` from 3.0.0 to 3.1.2 - [Release notes](https://github.com/readthedocs/sphinx-autoapi/releases) - [Changelog](https://github.com/readthedocs/sphinx-autoapi/blob/main/CHANGELOG.rst) - [Commits](readthedocs/sphinx-autoapi@v3.0.0...v3.1.2) Updates `pytest` from 8.1.1 to 8.2.2 - [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.2) Updates `mypy` from 1.9.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.1) Updates `pre-commit` from 3.7.0 to 3.7.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1) Updates `ruff` from 0.3.7 to 0.5.0 - [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...0.5.0) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor 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: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch 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 - dependency-name: sphinx-autoapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-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: pre-commit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the python-dependencies group with 15 updates in the / directory:
3.9.43.9.53.1.183.2.12.2.12.3.411.1.011.2.03.8.13.9.32023.12.252024.5.151.45.02.7.12.0.292.0.312024.1.292024.5.67.2.67.3.73.0.03.1.28.1.18.2.21.9.01.10.13.7.03.7.10.3.70.5.0Updates
aiohttpfrom 3.9.4 to 3.9.5Release notes
Sourced from aiohttp's releases.
Changelog
Sourced from aiohttp's changelog.
Commits
b844d42Release v3.9.5 (#8340)0415a4cPatchback/backports/3.9/5fd29467fb63efdfae1ace280cec36b1f8139567/pr 8290 (#8311)f21c6f2[PR #8335/5a6949da backport][3.9] Add Content-Disposition automatically (#8336)7eecdff[PR #8332/482e6cdf backport][3.9] Add set_content_disposition test (#8333)82fbe64[PR #8324/4a8fd08b backport][3.9] Add missing changelogs (#8330)01df7ecBump version7917ae2Merge 3.1Updates
psycopg[binary]from 3.1.18 to 3.2.1Changelog
Sourced from psycopg[binary]'s changelog.
... (truncated)
Commits
bb47d39chore: bump psycopg package version to 3.2.155490a2fix: fix versions in packaging metadata1cbc42adocs: fix title level of major releases06a6e5edocs: mention dropping Python 3.7 in psycopg 3.2 releaseea3735ddocs: better organization of the 3.2 release notes896eee2chore: bump psycopg package version to 3.2.02e2f4d7chore: bump psycopg package version to 3.1.207369d3bMerge pull request #846 from eli-schwartz/tomllib6672c70style: shorter line in pyproject.tomla517bb4build: avoid installing tomli on recent pythonUpdates
pydantic-settingsfrom 2.2.1 to 2.3.4Release notes
Sourced from pydantic-settings's releases.
... (truncated)
Commits
fe1f950Prepare release 2.3.4 (#322)674ebd9Remove leftover docstring causing warning onpydanticdocs build (#321)7ede0ecNested pydantic dataclasses and doc fixes. (#317)c2d44a7add in-place reloading in docs (#316)f1b82d8Prepare release 2.3.3 (#314)bd294a4Add CliSettingsSource alias handling for AliasChoices and AliasPath. (#313)abe7cc5Fix an intriduced bug in parsing json field with discriminated union (#312)b5d4534Prepare release 2.3.2 (#310)b2e84c2Fix issue with nested model uppercase field name in case insensitive mode (#309)0a9facaFix command line help fromargparseformatting problem (#307)Updates
pydis-corefrom 11.1.0 to 11.2.0Release notes
Sourced from pydis-core's releases.
Changelog
Sourced from pydis-core's changelog.
... (truncated)
Commits
3fe3eaeBump project version to 11.2.067092d8Bump dev deps to latest8968d94Upgrade discord.py to 2.45873ad7Merge pull request #235 from python-discord/dependabot/pip/ruff-0.4.82a6a053Ignore RUF029, due to false positives and it not being that importantd2972b4Bump ruff from 0.3.4 to 0.4.88403de0Fix site startup command used in docker-compose.yml (#238)873ed32Bump pydantic from 2.7.1 to 2.7.3 (#234)c17d29aBump furo from 2024.1.29 to 2024.5.6 (#230)b398d4dBump aiodns from 3.1.1 to 3.2.0 (#232)Updates
rapidfuzzfrom 3.8.1 to 3.9.3Release notes
Sourced from rapidfuzz's releases.
Changelog
Sourced from rapidfuzz's changelog.
... (truncated)
Commits
5503eedrelease 3.9.36985c54fix score multiplierc24e757fix none handling in cdist2c8c070Adds examples to token_set_ratioc459f9aBump pypa/cibuildwheel from 2.18.0 to 2.18.1 in the github-actions groupe298398fix supported versions of taskflow in cmake to be in the range v3.3 - v3.7cb8a1b1reduce build counte9869d9increment version number3f6f162upodate taskflow5b4a014disable avx2 on macOSUpdates
regexfrom 2023.12.25 to 2024.5.15Changelog
Sourced from regex's changelog.
... (truncated)
Commits
8eabb42Git issue 530: hangs with fuzzy and optionalsbe139ffUpdated for Python 3.13.2e3272bGit issue 527:VERBOSE/Xflag breaks\Nescapes9c950f2Updated changelog.5d65c8aGit issue 525: segfault when fuzzy matching empty list4f2ed52Cannot get release notification action in main.yml to work. Commenting it out...Updates
sentry-sdkfrom 1.45.0 to 2.7.1Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
1ab1fa9release: 2.7.1dc57972fix(otel): Fix missing baggage (#3218)0629094This is the config file of asdf-vm which we do not use.c210ad6Added option to disable middleware spans in Starlette (#3052)168600fbuild: Update tornado version in setup.py to match code check. (#3206)a0c836bMerge branch 'release/2.7.0'3314307updated changeloge60c0b6release: 2.7.09506913Do not raise error when channels is not installed (#3203)7c1685eSet up typing for OTel (#3168)Updates
sqlalchemyfrom 2.0.29 to 2.0.31Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
furofrom 2024.1.29 to 2024.5.6Changelog
Sourced from furo's changelog.
... (truncated)
Commits
b087e93Prepare release: 2024.05.06169c63dUpdate the changelogb7ec84dDrop discussion of Sphinx'sbasictheme2cd4d4aDemote the note about inherited frombasicconfiguration983d6c3Tweak the colours for APIversionmodifiedinformation1ffbf76Add release information to various customisation knobs2c386b9Use the appropriate Sphinx directive instead of weird textec8815aAdd (back?) support for RtD context inference on top of page buttons1b4cf89Bump the npm group with 5 updates (#793)ce8fb10Bump the github-actions group with 3 updates (#792)Description has been truncated