forked from nginxinc/kubernetes-ingress
-
Notifications
You must be signed in to change notification settings - Fork 0
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 python group across 1 directory with 18 updates #813
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 python group with 18 updates in the /tests directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `42.0.5` | `42.0.7` | | [flaky](https://github.com/box/flaky) | `3.7.0` | `3.8.1` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.28.1` | `2.29.0` | | [grpcio](https://github.com/grpc/grpc) | `1.62.0` | `1.63.0` | | [grpcio-tools](https://github.com/grpc/grpc) | `1.62.0` | `1.63.0` | | [idna](https://github.com/kjd/idna) | `3.6` | `3.7` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.4.0` | `1.5.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.3` | `5.26.1` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.5.1` | `0.6.0` | | [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) | `0.3.0` | `0.4.0` | | [pycparser](https://github.com/eliben/pycparser) | `2.21` | `2.22` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `24.0.0` | `24.1.0` | | [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.1` | `3.1.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.2.1` | | [requests-oauthlib](https://github.com/requests/requests-oauthlib) | `1.3.1` | `2.0.0` | | [websocket-client](https://github.com/websocket-client/websocket-client) | `1.7.0` | `1.8.0` | Updates `cryptography` from 42.0.5 to 42.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.5...42.0.7) Updates `flaky` from 3.7.0 to 3.8.1 - [Release notes](https://github.com/box/flaky/releases) - [Changelog](https://github.com/box/flaky/blob/master/HISTORY.rst) - [Commits](box/flaky@v3.7.0...v3.8.1) Updates `google-auth` from 2.28.1 to 2.29.0 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](googleapis/google-auth-library-python@v2.28.1...v2.29.0) Updates `grpcio` from 1.62.0 to 1.63.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.62.0...v1.63.0) Updates `grpcio-tools` from 1.62.0 to 1.63.0 - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](grpc/grpc@v1.62.0...v1.63.0) Updates `idna` from 3.6 to 3.7 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) Updates `jinja2` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) Updates `packaging` from 23.2 to 24.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.2...24.0) Updates `pluggy` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pluggy@1.4.0...1.5.0) Updates `protobuf` from 4.25.3 to 5.26.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v4.25.3...v5.26.1) Updates `pyasn1` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.5.1...v0.6.0) Updates `pyasn1-modules` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/pyasn1/pyasn1-modules/releases) - [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt) - [Commits](pyasn1/pyasn1-modules@v0.3.0...v0.4.0) Updates `pycparser` from 2.21 to 2.22 - [Release notes](https://github.com/eliben/pycparser/releases) - [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES) - [Commits](eliben/pycparser@release_v2.21...release_v2.22) Updates `pyopenssl` from 24.0.0 to 24.1.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@24.0.0...24.1.0) Updates `pyparsing` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@3.1.1...pyparsing_3.1.2) Updates `pytest` from 8.0.2 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@8.0.2...8.2.1) Updates `requests-oauthlib` from 1.3.1 to 2.0.0 - [Release notes](https://github.com/requests/requests-oauthlib/releases) - [Changelog](https://github.com/requests/requests-oauthlib/blob/master/HISTORY.rst) - [Commits](requests/requests-oauthlib@v1.3.1...v2.0.0) Updates `websocket-client` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/websocket-client/websocket-client/releases) - [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog) - [Commits](websocket-client/websocket-client@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: flaky dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: google-auth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: grpcio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: grpcio-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pluggy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: protobuf dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: pyasn1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pyasn1-modules dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pycparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pyparsing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: requests-oauthlib dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: websocket-client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
May 20, 2024
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 python group with 18 updates in the /tests directory:
42.0.5
42.0.7
3.7.0
3.8.1
2.28.1
2.29.0
1.62.0
1.63.0
1.62.0
1.63.0
3.6
3.7
3.1.3
3.1.4
23.2
24.0
1.4.0
1.5.0
4.25.3
5.26.1
0.5.1
0.6.0
0.3.0
0.4.0
2.21
2.22
24.0.0
24.1.0
3.1.1
3.1.2
8.0.2
8.2.1
1.3.1
2.0.0
1.7.0
1.8.0
Updates
cryptography
from 42.0.5 to 42.0.7Changelog
Sourced from cryptography's changelog.
Commits
0cc7fc3
Prepare for 42.0.7 release (#10949)cfad004
Prepare backports for 42.0.6 release (#10929)Updates
flaky
from 3.7.0 to 3.8.1Changelog
Sourced from flaky's changelog.
Commits
fe6233f
New release (#204)2bb1514
Fix incompatibilities with newer dependencies (#201)b61e722
Simplify flaky dependency (#197)69c297e
Change Travis badge to GitHub Actions one (#196)23198fe
Remove nose support (#181)8de75b5
GitHub Action to run tox (#193)b9eb0c7
Correct spelling mistake (#187)23e6d9e
Delete .travis.yml because it never runs (#195)1e8c954
Changed pytest runner import (#176)32fd411
Update Python versions (#169)Updates
google-auth
from 2.28.1 to 2.29.0Release notes
Sourced from google-auth's releases.
Changelog
Sourced from google-auth's changelog.
Commits
0f70509
chore(main): release 2.29.0 (#1498)ce435b0
fix: refactor tech debt in aws and identity pool credentials (#1501)edbd22e
chore: update token (#1502)3af1768
feat: Adds support for custom suppliers in AWS and Identity Pool credentials ...3993307
chore: update token (#1497)be44f82
build(deps): bump cryptography from 42.0.2 to 42.0.4 in .kokoro (#1483)3ddcc49
chore(main): release 2.28.2 (#1492)cb04e49
fix: remove gce log for expected 404 (#1491)57c0858
build(deps): bump cryptography from 41.0.6 to 42.0.0 in /synthtool/gcp/templa...Updates
grpcio
from 1.62.0 to 1.63.0Release notes
Sourced from grpcio's releases.
... (truncated)
Commits
ac14185
[Release] Bump version to 1.63.0 (on v1.63.x branch) (#36456)7df7f92
[Release] Bump version to 1.63.0-pre2 (on v1.63.x branch) (#36377)cdbc13e
[Gpr_To_Absl_Logging] Disable absl logging (#36378)60c35ba
[Python Dist] Fix grpc_distribtests_python (v1.63.x backport) (#36363)81a913e
[Deps] Backport: Protobuf upgrade to v26.1 (#36353)bc470e4
[release] Cherry-pick `grpc/grpc@e510ff89aa38d9c924...cfea053
[Release] Bump version to 1.63.0-pre1 (on v1.63.x branch) (#36338)c73c24a
[experiments] Setcall_status_override_on_cancellation
default tofalse
f...0a7a85a
[Release] Bump core version to 40.0.0 for upcoming release (#36293)b6989ff
[interop] Add 1.63.2 release of grpc-go to interop matrix (#36305)Updates
grpcio-tools
from 1.62.0 to 1.63.0Release notes
Sourced from grpcio-tools's releases.
... (truncated)
Commits
ac14185
[Release] Bump version to 1.63.0 (on v1.63.x branch) (#36456)7df7f92
[Release] Bump version to 1.63.0-pre2 (on v1.63.x branch) (#36377)cdbc13e
[Gpr_To_Absl_Logging] Disable absl logging (#36378)60c35ba
[Python Dist] Fix grpc_distribtests_python (v1.63.x backport) (#36363)81a913e
[Deps] Backport: Protobuf upgrade to v26.1 (#36353)bc470e4
[release] Cherry-pick `grpc/grpc@e510ff89aa38d9c924...cfea053
[Release] Bump version to 1.63.0-pre1 (on v1.63.x branch) (#36338)c73c24a
[experiments] Setcall_status_override_on_cancellation
default tofalse
f...0a7a85a
[Release] Bump core version to 40.0.0 for upcoming release (#36293)b6989ff
[interop] Add 1.63.2 release of grpc-go to interop matrix (#36305)Updates
idna
from 3.6 to 3.7Release notes
Sourced from idna's releases.
Changelog
Sourced from idna's changelog.
Commits
1d365e1
Release v3.7c1b3154
Merge pull request #172 from kjd/optimize-contextj0394ec7
Merge branch 'master' into optimize-contextjcd58a23
Merge pull request #152 from elliotwutingfeng/dev5beb28b
More efficient resolution of joiner contexts1b12148
Update ossf/scorecard-action to v2.3.1d516b87
Update Github actions/checkout to v4c095c75
Merge branch 'master' into dev60a0a4c
Fix typo in GitHub Actions workflow key5918a0e
Merge branch 'master' into devUpdates
jinja2
from 3.1.3 to 3.1.4Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
dd4a8b5
release version 3.1.40668239
Merge pull request from GHSA-h75v-3vvj-5mfjd655030
disallow invalid characters in keys to xmlattr filtera7863ba
add ghsa linksb5c98e7
start version 3.1.4da3a9f0
update project files (#1968)0ee5eb4
satisfy formatter, linter, and strict mypy20477c6
update project files (#5457)e491223
update pyyaml dev dependency36f9885
fix pr linkUpdates
packaging
from 23.2 to 24.0Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
7a983f7
Bump for release4d85340
Add riscv64 as a supported manylinux architecture (#751)4dce761
Apply some ruff suggestions (#772)57a6a7f
Appply some bugbear suggestions (#761)7bcd6d8
Apply some refurb suggestions (#763)d0067e9
[StepSecurity] ci: Harden GitHub Actions (#1) (#758)eae70dd
feat: Create dependabot.yml (#757)241bb35
Update URLs (#764)7698237
Remove coverage ignore for non-existent file (#752)b271d2b
Replace PEP references with PUG links (#750)Updates
pluggy
from 1.4.0 to 1.5.0Changelog
Sourced from pluggy's changelog.
Commits
f8aa4a0
Preparing release 1.5.0b4a8c92
Merge pull request #495 from bluetech/warn-on-impl-args6f6ea68
Add support deprecating hook parameters91f88d2
Merge pull request #496 from bluetech/codecov-action89ce829
ci: replace upload-coverage script with codecov github action29f104d
Lift pluggy (#493)c2b36b4
Merge pull request #491 from pytest-dev/pre-commit-ci-update-config2b533c9
[pre-commit.ci] pre-commit autoupdate04d1bcd
[pre-commit.ci] pre-commit autoupdate (#490)f74e94b
[pre-commit.ci] pre-commit autoupdate (#489)Updates
protobuf
from 4.25.3 to 5.26.1Commits
2434ef2
Updating version.json and repo version numbers to: 26.149253b1
Merge pull request #16308 from protocolbuffers/cp-26x-39bf69ec
Fix validateFeatures to be called after resolved features are actually set to...b752bc2
Merge pull request #16307 from protocolbuffers/cp-26x-2f7d2326
Merge pull request #16309 from protocolbuffers/cp-26x-42e51ff6
Cherry-pick required label handling in JRuby field descriptor from https://gi...a2f5303
Update cmake stalenes6a177d2
Merge branch '26.x' into cp-26x-42d3d8ba
Expand cpp_features_proto_srcs visibilitye1092ee
Merge pull request #16294 from protocolbuffers/cp-26xUpdates
pyasn1
from 0.5.1 to 0.6.0Release notes
Sourced from pyasn1's releases.
Changelog
Sourced from pyasn1's changelog.
Commits
7391c7b
Prepare release 0.6.081ce8d0
Remove support for EOL Pythond17e0e1
Add support for RELATIVE-OID (#48)05eac97
Link fix (Layman's Guide) (#50)Updates
pyasn1-modules
from 0.3.0 to 0.4.0Release notes
Sourced from pyasn1-modules's releases.
Changelog
Sourced from pyasn1-modules's changelog.
Commits
98b1e26
Prepare release 0.4.00339532
Drop support for EOL Python 3.6 and 3.7 (#14)9ec5409
Drop support for EOL Python 2.7 (#12)252ac00
Add support for Python 3.12 (#11)Updates
pycparser
from 2.21 to 2.22Release notes
Sourced from pycparser's releases.
Changelog
Sourced from pycparser's changelog.
Commits
129d32e
Prepare for release 2.22c3e2644
update CHANGES file for future changesc500fb6
ply: Make generated lextab.py deterministic (#531)f740995
Add support for Python 3.12 (#515)6cf69df
New example to generate AST from scratch (#507)50a26ac
Remove unneeded import in an exampled86a9e5
Remove from future imports from all files in this repoa9f073e
Remove from future imports in examples670979b
Update SECURITY.md9e8cd29
Create a Security Policy (#499)Updates
pyopenssl
from 24.0.0 to 24.1.0Changelog
Sourced from pyopenssl's changelog.
Commits
d9f2c46
Bump version for 24.1.0 release (#1297)cea1f2e
Remove deprecated PKCS12 and NetscapeSPKI classes (#1288)510b0e5
Stop using flaky lib, use pytest-rerunfailures instead (#1296)a972ea4
Fixed typos in CHANGELOG.rst (#1293)482b95e
Removed redundant code in SSL.py that depended on old version of cryptography...1508c4b
fix for E721 errors raised by flake8 (#1289)Updates
pyparsing
from 3.1.1 to 3.1.2Changelog
Sourced from pyparsing's changelog.
Commits
7d4bda2
Prep for 3.1.2 release9533fcb
Add early break when checking warning inside a for loopd252980
Update tox.ini to handle posargs when tox is runa1b7aad
Better exception messages for nested expressions; enhance assertRaisesParseEx...5d48b2d
Added directx_x_file_parser.py example (parser + parser generator)e13a03b
Blackening (updated black)26e2180
Blackening670ba22
Convert legacy string formatting to f-strings; expand on some docstrings and ...c19df25
Add CHANGES note for new ieee_float expression in pyparsing.common640d75b
Accept floating-point NaN and Inf literals (#538)Updates
pytest
from 8.0.2 to 8.2.1Release notes
Sourced from pytest's releases.