-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump the packages group across 1 directory with 12 updates #209
Closed
Conversation
This file contains 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 packages group with 12 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.0` | `8.2.1` | | [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) | `1.0.4` | `1.0.5` | | [pytest-pg](https://github.com/anna-money/pytest-pg) | `0.0.15` | `0.0.21` | | [pytest-runner](https://github.com/pytest-dev/pytest-runner) | `6.0.0` | `6.0.1` | | [isort](https://github.com/pycqa/isort) | `5.12.0` | `5.13.2` | | [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.320` | `1.1.365` | | [black](https://github.com/psf/black) | `23.7.0` | `24.4.2` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.28.0` | `0.29.0` | | [setuptools](https://github.com/pypa/setuptools) | `68.0.0` | `70.0.0` | | [wheel](https://github.com/pypa/wheel) | `0.41.1` | `0.43.0` | | [twine](https://github.com/pypa/twine) | `4.0.2` | `5.1.0` | Updates `pytest` from 7.4.0 to 8.2.1 - [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.0...8.2.1) Updates `pytest-aiohttp` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/pytest-aiohttp@v1.0.4...v1.0.5) Updates `pytest-pg` from 0.0.15 to 0.0.21 - [Changelog](https://github.com/anna-money/pytest-pg/blob/master/CHANGELOG.md) - [Commits](anna-money/pytest-pg@v0.0.15...v0.0.21) Updates `pytest-runner` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](pytest-dev/pytest-runner@v6.0.0...v6.0.1) Updates `isort` from 5.12.0 to 5.13.2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.12.0...5.13.2) Updates `flake8` from 6.1.0 to 7.0.0 - [Commits](PyCQA/flake8@6.1.0...7.0.0) Updates `pyright` from 1.1.320 to 1.1.365 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](RobertCraigie/pyright-python@v1.1.320...v1.1.365) Updates `black` from 23.7.0 to 24.4.2 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.7.0...24.4.2) Updates `asyncpg` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.28.0...v0.29.0) Updates `setuptools` from 68.0.0 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v68.0.0...v70.0.0) Updates `wheel` from 0.41.1 to 0.43.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.41.1...0.43.0) Updates `twine` from 4.0.2 to 5.1.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@4.0.2...5.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: pytest-aiohttp dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: pytest-pg dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: pytest-runner dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: asyncpg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: packages - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages ... Signed-off-by: dependabot[bot] <[email protected]>
@dependabot recreate |
Superseded by #210. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 packages group with 12 updates in the / directory:
7.4.0
8.2.1
1.0.4
1.0.5
0.0.15
0.0.21
6.0.0
6.0.1
5.12.0
5.13.2
6.1.0
7.0.0
1.1.320
1.1.365
23.7.0
24.4.2
0.28.0
0.29.0
68.0.0
70.0.0
0.41.1
0.43.0
4.0.2
5.1.0
Updates
pytest
from 7.4.0 to 8.2.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
66ff8df
Prepare release version 8.2.13ffcfd1
Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x0b28313
[8.2.x] Add Python 3.13 (beta) supportf3dd93a
[8.2.x] Attest package provenance (#12335)bb5a125
[8.2.x] Spelling (#12331)f179bf2
Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x2b671b5
[8.2.x] cacheprovider: fix.pytest_cache
not being world-readable65ab7cb
Merge pull request #12324 from pytest-dev/backport-12320-to-8.2.x4d5fb7d
Merge pull request #12319 from pytest-dev/backport-12311-to-8.2.xcbe5996
[8.2.x] changelog: document unittest 8.2 change as breakingUpdates
pytest-aiohttp
from 1.0.4 to 1.0.5Release notes
Sourced from pytest-aiohttp's releases.
... (truncated)
Changelog
Sourced from pytest-aiohttp's changelog.
Commits
74b6faf
Release 1.0.521112c0
[pre-commit.ci] pre-commit autoupdate (#51)e8c8cfd
[pre-commit.ci] pre-commit autoupdate (#45)49d9b35
Add CodeQL workflow for GitHub code scanning (#46)a6a2533
Usepytest.hookimpl
inpytest_configure
(#49)9aea81e
Update check-jsonschema URL and version (#48)a2c68a8
[pre-commit.ci] pre-commit autoupdate (#44)74afa87
[pre-commit.ci] pre-commit autoupdate (#42)fca6a97
[pre-commit.ci] pre-commit autoupdate (#41)a4218fa
[pre-commit.ci] pre-commit autoupdate (#39)Updates
pytest-pg
from 0.0.15 to 0.0.21Changelog
Sourced from pytest-pg's changelog.
Commits
68c2418
Bump versionc4f578f
Fix setuptools absence in python 3.12ff007f4
Bump python to 3.12b6390c6
Bump twine from 4.0.2 to 5.0.0 (#180)c154bc8
Bump mypy from 1.8.0 to 1.9.0 (#188)89546c2
Bump setuptools from 69.0.3 to 69.5.1 (#194)33f0b2b
Pin requests to <2.32.0bd4da8b
Pin requests to <2.32.023f55ea
Add python 3.12 to CI and announce its support35f4002
Bump pytest from 7.4.4 to 8.1.1 (#187)Updates
pytest-runner
from 6.0.0 to 6.0.1Changelog
Sourced from pytest-runner's changelog.
Commits
9d13da8
Update changelog1898992
Merge pull request #62 from pytest-dev/RonnyPfannschmidt-devstatusd9d2ec5
update development status to inactiveUpdates
isort
from 5.12.0 to 5.13.2Release notes
Sourced from isort's releases.
... (truncated)
Changelog
Sourced from isort's changelog.
Commits
c655831
Merge pull request #2214 from PyCQA/version/5.13.2b4335b4
Prepare version 5.13.2c36e43c
Merge pull request #2184 from bp72/issue/2154e38702f
Merge pull request #2213 from davidculley/confine-precommit-to-stagesee8d87f
Add fix for the error found by hypothesis5849ec2
Apply the bracket fix from issue 471 only for use_parentheses=Truedf0e119
confine pre-commit to stages9255bca
Merge pull request #2212 from PyCQA/bugfix/#2211-colors-extra5336d7d
Fix colors extras643d9c4
Merge pull request #2210 from PyCQA/version/5.13.1Updates
flake8
from 6.1.0 to 7.0.0Commits
88a4f9b
Release 7.0.06f3a60d
Merge pull request #1906 from PyCQA/upgrade-pyflakescde8570
upgrade pyflakes to 3.2.x2ab9d76
Merge pull request #1903 from PyCQA/pre-commit-ci-update-confige27611f
[pre-commit.ci] pre-commit autoupdate9d20be1
Merge pull request #1902 from PyCQA/pre-commit-ci-update-config06c1503
[pre-commit.ci] auto fixes from pre-commit.com hooksb67ce03
Fix bugbear lintsc8801c1
[pre-commit.ci] pre-commit autoupdate045f297
Merge pull request #1893 from PyCQA/pre-commit-ci-update-configUpdates
pyright
from 1.1.320 to 1.1.365Commits
ad8f1b2
[pyright updated to 1.1.365] Update Version (#275)c5d4928
[pyright updated to 1.1.364] Update Version (#274)68882e9
[pyright updated to 1.1.363] Update Version (#272)37f4134
CI: try macos-1299d301f
Pyright NPM Package update to 1.1.362f9cffb8
[pyright updated to 1.1.361] Update Version (#268)642e0e9
Pyright NPM Package update to 1.1.360 (#266)fbc68e1
[pyright updated to 1.1.359] Update Version (#264)7191b6c
[pyright updated to 1.1.358] Update Version (#260)8f677a9
Pyright NPM Package update to 1.1.357 (#259)Updates
black
from 23.7.0 to 24.4.2Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
3702ba2
Prepare release 24.4.2 (#4335)e4aaa8a
Fix incorrect f-string tokenization (#4332)ba88fc3
Simplify string tokenization regexes (#4331)5683242
New release templatee7fb048
Prepare release 24.4.1 (#4328)3f0f8f1
Support PEP 696 (#4327)2f88085
Github Action: Directly install from repo ifexport-subst
is skipped (#4313)12ce3db
Move changelog entry to right section (#4326)1354be2
Add support to style function definitions with newlines before function stubs...f4b644b
Prevent wrapping of multiline fstrings in parens (#4325)Updates
asyncpg
from 0.28.0 to 0.29.0Release notes
Sourced from asyncpg's releases.
... (truncated)
Commits
74f3a00
asyncpg v0.29.0d7faaff
fix: allow host tuple (#1021)b2697ff
Add query logging callbacks and context manager (#1043)93a6f79
Cut BaseProtocol circular reference on close. (#1049)ca9f03b
Close cursor portals once the iterator is exhausted (#1088)b7ffab6
Add support for theWHERE
clause incopy_to
methods (#941)70c8bd8
Use cleanup_ctx in pool usage doc (#878)ccc7baf
Small fix for documentation on using SSL in Connection (#995)313b2b2
Use thetimeout
context manager in the connection path (#1087)8b45beb
Update automatic PostGIS type conversion for Shapely 2.0 (#1085)Updates
setuptools
from 68.0.0 to 70.0.0Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
5cbf12a
Workaround for release error in v709c1bcc3
Bump version: 69.5.1 → 70.0.04dc0c31
Remove deprecatedsetuptools.dep_util
(#4360)6c1ef57
Remove xfail now that test passes. Ref #4371.d14fa01
Add all site-packages dirs when creating simulated environment for test_edita...6b7f7a1
Preventbin
folders to be taken as extern packages when vendoring (#4370)69141f6
Add doctest for vendorised bin folder2a53cc1
Prevent 'bin' folders to be taken as extern packages7208628
Replace call to deprecatedvalidate_pyproject
command (#4363)96d681a
Remove call to deprecated validate_pyproject commandUpdates
wheel
from 0.41.1 to 0.43.0Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
fa33dfd
Created a new releaseb2c8272
Removed PyPy + Windows from the test matrix for nowdedcc19
Worked around a bizarre PyPy+Windows issue with bdist_eggfa480d6
Added Codecov.io token to the test workflow1280f03
Skip the test_platform_linux32 test on non-Linux platforms0b4b259
Removed failing test codeb91b377
Fixed erroneous attribute access on thecapsys
fixture819baa3
Updated more GitHub actions and improved test workflow92921a0
Updated vendoredpackaging
to 24.0a9119c8
Updated GitHub actions to their latest versionsUpdates
twine
from 4.0.2 to 5.1.0Changelog
Sourced from twine's changelog.
Commits
e9f70cf
Merge pull request #1108 from pypa/fix-release-workflow1908be7
Fix release workflow6d7ffea
Merge pull request #1107 from woodruffw-forks/release-5.1.0bc91e57
Update changelog for 5.1.0de39ade
Merge pull request #1085 from pypa/feature/pep-62175de094
Merge pull request #1104 from ascheel/mainc512bbf
Properly handle repository URLs with auth in theme0ed808
Changelog entry72ee030
Change regex string to a raw string.04d7e27
Sanitize URLs for logging/display purposes.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions