-
-
Notifications
You must be signed in to change notification settings - Fork 34
Bump the all-dependencies group across 1 directory with 12 updates #213
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
Conversation
Reviewer's Guide by SourceryThis pull request updates multiple Python dependencies in the project's development dependencies. The changes are primarily version bumps to newer releases, with some adjustments to version constraints to allow for newer major versions. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
CodSpeed Performance ReportMerging #213 will not alter performanceComparing Summary
|
Bumps the all-dependencies group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.35` | `2.0.36` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.29.0` | `0.30.0` | | [black](https://github.com/psf/black) | `23.12.1` | `24.8.0` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.2.1` | `8.5.0` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.13.0` | | [nox](https://github.com/wntrblm/nox) | `2023.4.22` | `2024.10.9` | | [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` | | [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.3.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.24.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [setuptools](https://github.com/pypa/setuptools) | `75.1.0` | `75.3.0` | Updates `sqlalchemy` from 2.0.35 to 2.0.36 - [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 `asyncpg` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.29.0...v0.30.0) Updates `black` from 23.12.1 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.8.0) Updates `importlib-metadata` from 7.2.1 to 8.5.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v7.2.1...v8.5.0) Updates `mypy` from 1.8.0 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...v1.13.0) Updates `nox` from 2023.4.22 to 2024.10.9 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2023.04.22...2024.10.09) Updates `packaging` from 24.1 to 24.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) Updates `psycopg2` from 2.9.9 to 2.9.10 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Updates `pytest` from 7.4.4 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.4...8.3.3) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) Updates `setuptools` from 75.1.0 to 75.3.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.1.0...v75.3.0) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: asyncpg dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: importlib-metadata dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: nox dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: packaging dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: psycopg2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
6f4ff60 to
f422797
Compare
|
Superseded by #221. |
Bumps the all-dependencies group with 12 updates in the / directory:
2.0.352.0.360.29.00.30.023.12.124.8.07.2.18.5.01.8.01.13.02023.4.222024.10.924.124.22.9.92.9.107.4.48.3.30.23.80.24.04.1.05.0.075.1.075.3.0Updates
sqlalchemyfrom 2.0.35 to 2.0.36Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
asyncpgfrom 0.29.0 to 0.30.0Release notes
Sourced from asyncpg's releases.
... (truncated)
Commits
bae282easyncpg v0.30.0965fb08Fix release workflowf6ec755Allow customizing connection state reset (#1191)3ef884eUpgrade Sphinx3ee19baAdd connect_fn kwarg to Pool to better support GCP's CloudSQL (#1170)73f2209Addfetchmanyto execute many and return rows (#1175)b732b4ftests: Attempt to inhibit spurious ConnectionResetError on Windows (#1190)cee97e1Test on PostgreSQL 17 (#1189)3aa9894Test and build on Python 3.13 (#1188)afdb05cAdd support for thesslnegotiationparameter (#1187)Updates
blackfrom 23.12.1 to 24.8.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
b965c2aPrepare release 24.8.0 (#4426)9ccf279Documentfind_project_rootignoringpyproject.tomlwithout[tool.black]...14b6e61fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)b1c4dd9fix: respect braces better in f-string parsing (#4422)4b4ae43Fix incorrect linenos on fstring tokens with escaped newlines (#4423)7fa1fafdocs: fix the installation command of extra for blackd (#4413)8827accBump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)b0da11dBump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)721dff5fix: avoid formatting backslash strings inside f-strings (#4401)7e2afc9Updateactions/checkoutto v4 to stop node deprecation warnings (#4379)Updates
importlib-metadatafrom 7.2.1 to 8.5.0Changelog
Sourced from importlib-metadata's changelog.
... (truncated)
Commits
b34810bFinalize8c1d1faMerge pull request #501 from Avasam/Pass-mypy-and-link-issuesafa39e8Back out changes to tests._path8b909f9Merge pull request #503 from danielhollas/defer-json2a3f50dAdd news fragment.3f78dc1Add comment to protect the deferred import.18eb2daRevert "Defer platform import"58832f2Merge pull request #502 from danielhollas/defer-zippe3ce33bAdd news fragment.d11b67fAdd comment to protect the deferred import.Updates
mypyfrom 1.8.0 to 1.13.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
eb31034Bump version to 1.13.02eeb588Update changelog for 1.12.1 (#17999)bc0386bChangelog for 1.13 (#18000)5c4d2dbAdd faster-cache extra, test in CI (#17978)854ad18Make is_sub_path faster (#17962)50aa4caSpeed up stubs suggestions (#17965)7c27808Use orjson instead of json, when available (#17955)2cd2406Use fast path in modulefinder more often (#17950)e20aaeeLet mypyc optimise os.path.join (#17949)159974cUse sha1 for hashing (#17953)Updates
noxfrom 2023.4.22 to 2024.10.9Release notes
Sourced from nox's releases.
... (truncated)
Changelog
Sourced from nox's changelog.
... (truncated)
Commits
1199ab3Release 2024.10.096f295dadocs: add uv sync example (#864)57825e8docs: note about uv reinstall (#863)57a65d8docs: clean up dev recipe (#862)40d6b49feat: install_and_run_script (PEP 721) (#847)9058e72fix: remove add_timestamp from noxfile.options (#856)19655f4chore: PyPy no longer supports 3.9 (#858)1806181ci: use astral-sh's setup-uv (#859)d7072e3chore: include 3.13 in classifiers (#851)a49c730feat: support for uv-installed pythons (#842)Updates
packagingfrom 24.1 to 24.2Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
d8e3b31Bump for release2de393dUpdate changelog for release9c66f5cRemove extraneous quotes in f-strings by using!r(#848)4dc334cUpgrade to latest mypy (#853)d1a9f93Bump the github-actions group with 4 updates (#852)029f415PEP 639: Implement License-Expression and License-File (#828)6c338a8Use !r formatter for error messages with filenames. (#844)28e7da7Add a comment as to whyMetadata.nameisn't normalized (#842)ce0d79cMention updating changelog in release process (#841)ac5bdf3Update the changelog to reflect 24.1 changes (#840)Updates
psycopg2from 2.9.9 to 2.9.10Changelog
Sourced from psycopg2's changelog.
... (truncated)
Commits
Updates
pytestfrom 7.4.4 to 8.3.3Release notes
Sourced from pytest's releases.
... (truncated)
Commits
d0f136fbuild(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307Prepare release version 8.3.30dabdcfInclude co-authors in release announcement (#12795) (#12797)a9910a4Do not discover properties when iterating fixtures (#12781) (#12788)0f10b6bFix issue with slashes being turned into backslashes on Windows (#12760) (#12...300d13dMerge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7Merge pull request #12784 from svenevs/fix/docs-example-parametrize-minor-typobc913d1Streamline checks for verbose option (#12706) (#12778)01cfcc9Fix typos and introduce codespell pre-commit hook (#12769) (#12774)4873394doc: Remove past training (#12772) (#12773)Updates
pytest-asynciofrom 0.23.8 to 0.24.0Release notes
Sourced from pytest-asyncio's releases.
Commits
fb5422fdocs: Set release date for v0.24 in changelog.6dc7f58Description has been truncated- Update dependencies in pyproject.toml to newer versions, including sqlalchemy, asyncpg, black, importlib-metadata, mypy, nox, packaging, psycopg2, pytest, pytest-asyncio, and pytest-cov.
Summary by Sourcery
Build: