-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): bump the python group across 1 directory with 8 updates #478
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 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` | | [aws-lambda-powertools](https://github.com/aws-powertools/powertools-lambda-python) | `2.37.0` | `2.40.1` | | [boto3](https://github.com/boto/boto3) | `1.34.98` | `1.34.140` | | [aws-xray-sdk](https://github.com/aws/aws-xray-sdk-python) | `2.13.0` | `2.14.0` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.5` | | [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.32.0.20240622` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.2` | Updates `requests` from 2.31.0 to 2.32.3 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.31.0...v2.32.3) Updates `aws-lambda-powertools` from 2.37.0 to 2.40.1 - [Release notes](https://github.com/aws-powertools/powertools-lambda-python/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-python@v2.37.0...v2.40.1) Updates `boto3` from 1.34.98 to 1.34.140 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.98...1.34.140) Updates `aws-xray-sdk` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/aws/aws-xray-sdk-python/releases) - [Changelog](https://github.com/aws/aws-xray-sdk-python/blob/master/CHANGELOG.rst) - [Commits](aws/aws-xray-sdk-python@2.13.0...2.14.0) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.10.1) Updates `pylint` from 3.1.0 to 3.2.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.5) Updates `types-requests` from 2.31.0.20240406 to 2.32.0.20240622 - [Commits](https://github.com/python/typeshed/commits) Updates `pytest` from 8.2.0 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.2.0...8.2.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: aws-lambda-powertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: aws-xray-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jul 8, 2024
🦋 Changeset detectedLatest commit: fef1f3c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…hon group across 1 directory with 8 updates
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 8 updates in the / directory:
2.31.0
2.32.3
2.37.0
2.40.1
1.34.98
1.34.140
2.13.0
2.14.0
1.10.0
1.10.1
3.1.0
3.2.5
2.31.0.20240406
2.32.0.20240622
8.2.0
8.2.2
Updates
requests
from 2.31.0 to 2.32.3Release notes
Sourced from requests's releases.
... (truncated)
Changelog
Sourced from requests's changelog.
... (truncated)
Commits
0e322af
v2.32.3e188799
Don't create default SSLContext if ssl module isn't present (#6724)145b539
Merge pull request #6716 from sigmavirus24/bug/6715b1d73dd
Don't use default SSLContext with custom poolmanager kwargs6badbac
Update HISTORY.mda62a2d3
Allow for overriding of specific pool key params88dce9d
v2.32.2c98e4d1
Merge pull request #6710 from nateprewitt/api_rename92075b3
Add deprecation warningaa1461b
Move _get_connection to get_connection_with_tls_contextUpdates
aws-lambda-powertools
from 2.37.0 to 2.40.1Release notes
Sourced from aws-lambda-powertools's releases.
... (truncated)
Changelog
Sourced from aws-lambda-powertools's changelog.
... (truncated)
Commits
9cd3523
chore: version bumpc873d16
chore(ci): new pre-release 2.40.1a1 (#4653)0c3b48f
fix(event_handler): current_event regression AppSyncResolver Router (#4652)a8f988d
chore(ci): changelog rebuild (#4651)d2ba427
chore(ci): new pre-release 2.40.1a0 (#4648)8933312
chore(deps-dev): bump cfn-lint from 1.3.7 to 1.4.1 (#4646)0e037a2
chore(deps-dev): bump sentry-sdk from 2.7.0 to 2.7.1 (#4645)c5bde10
chore(ci): changelog rebuild (#4643)7eacda1
chore(ci): layer docs update (#4642)e50e48a
chore(ci): bump version to 2.40.0 (#4641)Updates
boto3
from 1.34.98 to 1.34.140Commits
260f8cf
Merge branch 'release-1.34.140'9198ef5
Bumping version to 1.34.140ed272c2
Add changelog entries from botocorefc49bbe
Merge branch 'release-1.34.139'1b0e79b
Merge branch 'release-1.34.139' into developcaf8684
Bumping version to 1.34.1394cd633f
Add changelog entries from botocored4eec4e
Merge branch 'release-1.34.138' into developa9f692a
Merge branch 'release-1.34.138'2c161e0
Bumping version to 1.34.138Updates
aws-xray-sdk
from 2.13.0 to 2.14.0Release notes
Sourced from aws-xray-sdk's releases.
Changelog
Sourced from aws-xray-sdk's changelog.
Commits
683fdec
Merge pull request #435 from wangzlei/release-2.14.0d4d9b4a
Release commit for v2.14.0934fa95
Merge pull request #433 from aws/dependabot/pip/sample-apps/flask/requests-2....6a4f7f4
Merge branch 'master' into dependabot/pip/sample-apps/flask/requests-2.32.01ea7768
Merge pull request #434 from majanjua-amzn/mastere62f0c5
Fix warning message condition for subsegment ending4f4349b
---e65d05b
Merge pull request #432 from jj22ee/release-2.13.1a3ff59a
Release commit for v2.13.15c38703
Merge pull request #431 from majanjua-amzn/patch-1Updates
mypy
from 1.10.0 to 1.10.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c28b525
[1.10 backport] Fix error reporting on cached run after uninstallation of thi...Updates
pylint
from 3.1.0 to 3.2.5Commits
ae730ac
Bump pylint to 3.2.5, update changelog (#9756)be7b5cc
[unreachable-code] Fix the false positive in python 3.8 (#9753) (#9755)6c3ab77
[release] Fix 3.2.4 release date following issue with twine 5.1.0 (#9749) (#9...425ad66
Bump pylint to 3.2.4, update changelog (#9746)c41c35a
[possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never (#9714...22e4d36
[symilar] Rename the unittest file that had a typo.3cf313a
[symilar] Fix the short form options that weren't being processed properlye13544f
[symilar] Fix crash when giving bad options to symilarc3e2579
[unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...6b66ca6
[undefined-variable] Fix a crash for undefined lineno in annotations (#9705) ...Updates
types-requests
from 2.31.0.20240406 to 2.32.0.20240622Commits
Updates
pytest
from 8.2.0 to 8.2.2Release notes
Sourced from pytest's releases.
Commits
329d371
Prepare release version 8.2.2214d098
Merge pull request #12414 from bluetech/backport-12409153a436
[8.2.x] fixtures: fix catastrophic performance problem inreorder_items
b41d5a5
Merge pull request #12412 from pytest-dev/backport-12408-to-8.2.x9bb73d7
[8.2.x] cacheprovider: fix "Directory not empty" crash from cache directory c...4569a01
[8.2.x] doc: Update trainings/events (#12402)1d103e5
[8.2.x] Clarify pytest_ignore_collect docs (#12386)240a252
[8.2.x] Add html_baseurl to sphinx conf.py (#12372)a5ee3c4
Merge pull request #12370 from pytest-dev/backport-12368-to-8.2.xf7358ae
[8.2.x] unittest: fix class instances no longer released on test teardown sin...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