-
Notifications
You must be signed in to change notification settings - Fork 37
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 all-dependencies group in /api with 22 updates #341
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 all-dependencies group in /api with 22 updates: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.3.2` | `7.4.1` | | [distlib](https://github.com/pypa/distlib) | `0.3.7` | `0.3.8` | | [identify](https://github.com/pre-commit/identify) | `2.5.32` | `2.5.33` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.3.0` | `1.4.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.5.0` | `3.6.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `8.0.0` | | [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.12.1` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.1.0` | | [boto3](https://github.com/boto/boto3) | `1.33.6` | `1.34.29` | | [botocore](https://github.com/boto/botocore) | `1.33.6` | `1.34.29` | | [flask](https://github.com/pallets/flask) | `3.0.0` | `3.0.1` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.0.1` | `3.0.3` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.0` | `7.0.1` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.3` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.3` | `2.1.4` | | [pydantic](https://github.com/pydantic/pydantic) | `2.5.2` | `2.6.0` | | [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.14.5` | `2.16.1` | | [pytz](https://github.com/stub42/pytz) | `2023.3.post1` | `2023.4` | | [s3transfer](https://github.com/boto/s3transfer) | `0.8.2` | `0.10.0` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.23` | `2.0.25` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.8.0` | `4.9.0` | | [pip](https://github.com/pypa/pip) | `23.3.1` | `23.3.2` | Updates `coverage` from 7.3.2 to 7.4.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.3.2...7.4.1) Updates `distlib` from 0.3.7 to 0.3.8 - [Release notes](https://github.com/pypa/distlib/releases) - [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst) - [Commits](pypa/distlib@0.3.7...0.3.8) Updates `identify` from 2.5.32 to 2.5.33 - [Commits](pre-commit/identify@v2.5.32...v2.5.33) Updates `pluggy` from 1.3.0 to 1.4.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.3.0...1.4.0) Updates `pre-commit` from 3.5.0 to 3.6.0 - [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.5.0...v3.6.0) Updates `pytest` from 7.4.3 to 8.0.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@7.4.3...8.0.0) Updates `tox` from 4.11.4 to 4.12.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.11.4...4.12.1) Updates `urllib3` from 2.0.7 to 2.1.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.0.7...2.1.0) Updates `boto3` from 1.33.6 to 1.34.29 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.33.6...1.34.29) Updates `botocore` from 1.33.6 to 1.34.29 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.33.6...1.34.29) Updates `flask` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.0.1) Updates `greenlet` from 3.0.1 to 3.0.3 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.0.1...3.0.3) Updates `importlib-metadata` from 7.0.0 to 7.0.1 - [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.0.0...v7.0.1) Updates `jinja2` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) Updates `markupsafe` from 2.1.3 to 2.1.4 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.3...2.1.4) Updates `pydantic` from 2.5.2 to 2.6.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.5.2...v2.6.0) Updates `pydantic-core` from 2.14.5 to 2.16.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](pydantic/pydantic-core@v2.14.5...v2.16.1) Updates `pytz` from 2023.3.post1 to 2023.4 - [Commits](stub42/pytz@release_2023.3.post1...release_2023.4) Updates `s3transfer` from 0.8.2 to 0.10.0 - [Changelog](https://github.com/boto/s3transfer/blob/develop/CHANGELOG.rst) - [Commits](boto/s3transfer@0.8.2...0.10.0) Updates `sqlalchemy` from 2.0.23 to 2.0.25 - [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 `typing-extensions` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.8.0...4.9.0) Updates `pip` from 23.3.1 to 23.3.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@23.3.1...23.3.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: distlib dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: identify dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pluggy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: greenlet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pytz dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: s3transfer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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
0 participants
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 all-dependencies group in /api with 22 updates:
7.3.2
7.4.1
0.3.7
0.3.8
2.5.32
2.5.33
1.3.0
1.4.0
3.5.0
3.6.0
7.4.3
8.0.0
4.11.4
4.12.1
2.0.7
2.1.0
1.33.6
1.34.29
1.33.6
1.34.29
3.0.0
3.0.1
3.0.1
3.0.3
7.0.0
7.0.1
3.1.2
3.1.3
2.1.3
2.1.4
2.5.2
2.6.0
2.14.5
2.16.1
2023.3.post1
2023.4
0.8.2
0.10.0
2.0.23
2.0.25
4.8.0
4.9.0
23.3.1
23.3.2
Updates
coverage
from 7.3.2 to 7.4.1Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
07588ea
test: give hypothesis a little more time2c96518
build: tags should be signed8d1857f
docs: sample HTML for 7.4.1ddc88f7
docs: prep for 7.4.198cd671
docs: correct two library urls498b8c9
build: coverage runs have to skip windows pypy too75b22f0
test: ignore color in tracebacksb7c41a2
build: show action environment variables for debuggingf8be865
build: run actions on 3.13 since a3 came out.de60a6d
build(deps): bump actions/dependency-review-action from 3 to 4Updates
distlib
from 0.3.7 to 0.3.8Changelog
Sourced from distlib's changelog.
Commits
ab5f8e7
Changes for 0.3.8.86bb212
Update change log.488599f
Updates based on flake8 checks.0e261af
Use legacy version implementation for Python itself.8242f39
Update copyright years.e27569b
Fix #208: Handle deprecation removals in Python 3.13.65a014b
Update requirements and CI matrix.124108a
Skip test for non-final Python versions.ff48e09
Fix #206: include tox.ini in sdist.eeaa18d
Fix #204: Use symlinks in venv creation during test.Updates
identify
from 2.5.32 to 2.5.33Commits
3d4672c
v2.5.3369fcae7
Merge pull request #433 from om-henners/patch-18dfb002
Addpyt
extensionbce1aad
Merge pull request #430 from pre-commit/pre-commit-ci-update-config5bf8237
[pre-commit.ci] pre-commit autoupdateUpdates
pluggy
from 1.3.0 to 1.4.0Changelog
Sourced from pluggy's changelog.
Commits
2efd28e
Preparing release 1.4.0ebeb2f2
Merge pull request #471 from bluetech/unblock3a28b4d
Merge pull request #464 from bluetech/hookwrapper-teardown-warning4331b7a
Merge pull request #473 from bluetech/iterator-invalidation7aef3e6
hooks: fix plugins registering other plugins in a hookcc36605
Merge pull request #472 from bluetech/call-extra-ordering-fix443fee6
hooks: fixcall_extra
extra methods getting ordered before everything else4577b45
hooks: add comment describing_hookimpls
's format/invariants.13b3661
AddPluginManager.unblock
method to unblock a name4b5b2d4
CHANGELOG: fix errors in 1.0.0 entryUpdates
pre-commit
from 3.5.0 to 3.6.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9c9983d
v3.6.07dc0a59
Merge pull request #3093 from pre-commit/removeprefixd3fa7f4
Merge pull request #3092 from pre-commit/minimum-version-first08478ec
python 3.9+: use removeprefix047439a
attempt minimum_pre_commit_version first when parsing configs23a2b73
Merge pull request #3079 from edgarrmondragon/deprecation-rmtree-onerrorcffabe5
Address deprecation warning inshutil.rmtree(onerror=...)
51df34e
Merge pull request #3078 from pre-commit/pre-commit-ci-update-confige36cefc
[pre-commit.ci] pre-commit autoupdate2280645
Merge pull request #3064 from pre-commit/pre-commit-ci-update-configUpdates
pytest
from 7.4.3 to 8.0.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
478f823
Prepare release version 8.0.06085900
[8.0.x] fix: avoid rounding microsecond to1_000_000
(#11863)3b41c65
[8.0.x] Escape skip reason in junitxml (#11845)747072a
[8.0.x] Update docstring of scripts/generate-gh-release-notes.py (#11768)011a475
Properly attach packages to the GH release notes (#11839) (#11840)97960bd
Merge pull request #11835 from pytest-dev/release-8.0.0rc26be0a3c
Prepare release version 8.0.0rc244ffe07
Merge pull request #11837 from pytest-dev/backport-11836-to-8.0.x14ecb04
[8.0.x] testing: temporarily disable test due to hypothesis issue41c8dab
Merge pull request #11831 from bluetech/backport-11825-to-8.0.xUpdates
tox
from 4.11.4 to 4.12.1Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
8eaf09f
release 4.12.137b11d4
#3165 fixed Tox failing with --installpkg and multi testenvs (#3186)fa390ce
[pre-commit.ci] pre-commit autoupdate (#3185)3b403bc
Fix tox version requirement in docs (#3184)776718c
release 4.12.0fc80080
Always pass FORCE_COLOR & NO_COLOR to the environment (#3172)659f714
Fix the CI (#3183)8406971
[pre-commit.ci] pre-commit autoupdate (#3182)3f8f53d
[pre-commit.ci] pre-commit autoupdate (#3177)61547b0
Fix 'open an issue' link in development.rst (#3179)Updates
urllib3
from 2.0.7 to 2.1.0Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
Commits
69be299
Release 2.1.077f71d3
Mention myself in READMEe601a0e
Check _has_route within the test function (#3187)f7cd7f3
Stop naming urllib3/requests tests "integration" (#3182)6fc4260
Use more precise type checks5fa8ea6
Fix lint on Python 3.128727683
Remove Sphinx version pin5fc48e7
Treat x-gzip content encoding as gzipff764a0
Allow loading CA certificates from memory for proxies (#3150)b99cc39
Replace deprecated set-output in GitHub ActionsUpdates
boto3
from 1.33.6 to 1.34.29Changelog
Sourced from boto3's changelog.
... (truncated)
Commits
45be5e9
Merge branch 'release-1.34.29'40e58d4
Bumping version to 1.34.29c0f6375
Add changelog entries from botocore8ef5c71
Minor GitHub workflow changes (#3998)4ab369a
Merge branch 'release-1.34.28'038a03f
Merge branch 'release-1.34.28' into develop0053833
Bumping version to 1.34.288177fb0
Add changelog entries from botocoref869e7a
Merge branch 'release-1.34.27'819c0c8
Merge branch 'release-1.34.27' into developUpdates
botocore
from 1.33.6 to 1.34.29Changelog
Sourced from botocore's changelog.
... (truncated)
Commits
535ecc3
Merge branch 'release-1.34.29'56fd757
Bumping version to 1.34.29cd526a7
Update to latest modelsbd1d85b
Minor GitHub workflow changes (#3104)27b2aaa
Merge branch 'release-1.34.28'573510f
Merge branch 'release-1.34.28' into developd24a5cc
Bumping version to 1.34.280d0f0e0
Update to latest modelscadb988
Merge branch 'release-1.34.27'e7c5b6a
Merge branch 'release-1.34.27' into developUpdates
flask
from 3.0.0 to 3.0.1Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
f622b1c
release version 3.0.15fcc999
fix create release actionda3a0dd
fix slsa generator version5e059be
update actions versionsbae6ee8
address mypy strict findings (#5383)81b3c85
update requirements08d3185
update pre-commit hooks6000e80
address mypy strict findings5a48a0f
untag withoutobject_hook
(#5382)700fc7d
untag without object_hookUpdates
greenlet
from 3.0.1 to 3.0.3Changelog
Sourced from greenlet's changelog.
Commits
ea4bc27
Preparing release 3.0.37694880
Make doctests work on 3.7 again, which doesn't have importlib.073b1e1
Linting. Add linting to CI.9e73b59
Docs: Update from the old default theme to furo.5f4b4bb
Py3.12: Always expose greenlet frames on a switch.13148f9
Update comment that was still referring to a different, less-robust approach ...b5f9d23
Restore stack introspection ability on 3.12edbdda2
Back to development: 3.0.3719ea47
Preparing release 3.0.22c0793c
Add change note about macOS wheels.Updates
importlib-metadata
from 7.0.0 to 7.0.1Changelog
Sourced from importlib-metadata's changelog.
Commits
f2e84e3
Finalizee9e9f77
Merge commit '98196a'98196a7
Fixed type annotations to allow strings.f38e051
Add Python 3.13 to compatibility matrix. Ref python/cpython#113174.0c1d32e
Inline os.PathLike using future annotations.b99c9d6
Refine SimplePath to allow for os.PathLike on input and SimplePath on output.200cf45
Merge pull request #480 from python/bugfix/distribution-simplepathac243d3
Include _meta in docs to fix doc build failures.1b3f272
Corrected the interface for SimplePath to encompass the expectations of locat...fc4df51
Rely on read_text and read_bytes from located paths.Updates
jinja2
from 3.1.2 to 3.1.3Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
d9de4bb
release version 3.1.350124e1
skip test pypi9ea7222
use trusted publishingda703f7
use trusted publishingbce1746
use trusted publishing7277d80
update pre-commit hooks5c8a105
Make nested-trans-block exceptions nicer (#1918)19a55db
Make nested-trans-block exceptions nicer7167953
Merge pull request from GHSA-h5c8-rqwp-cp957dd3680
xmlattr filter disallows keys with spacesUpdates
markupsafe
from 2.1.3 to 2.1.4Release notes
Sourced from markupsafe's releases.
Changelog
Sourced from markupsafe's changelog.
Commits
b7cd652
release version 2.1.43bead8e
update cibuildwheel for 3.12 wheelsa24df39
improve striptags performance (#413)750e22b
improve striptags performance4c397ef
start version 2.1.4bc0cb5c
[pre-commit.ci] pre-commit autoupdate (#387)35ab8a0
[pre-commit.ci] pre-commit autoupdatef5a40c7
[pre-commit.ci] pre-commit autoupdate (#386)8dd8dac
[pre-commit.ci] pre-commit autoupdatee2fd390
update dependenciesUpdates
pydantic
from 2.5.2 to 2.6.0Release notes
Sourced from pydantic's releases.