generated from timoguin/repo-template
-
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 minor group across 1 directory with 11 updates #64
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/pip/minor-d22267fb21
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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 minor group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.34.69` | `1.34.131` | | [structlog](https://github.com/hynek/structlog) | `24.1.0` | `24.2.0` | | [black](https://github.com/psf/black) | `24.3.0` | `24.4.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.4` | | [moto](https://github.com/getmoto/moto) | `5.0.3` | `5.0.9` | | [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.12.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.1.0` | `3.2.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.2` | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.3` | `1.6.0` | | [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) | `1.2.4` | `1.2.6` | Updates `boto3` from 1.34.69 to 1.34.131 - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.69...1.34.131) Updates `structlog` from 24.1.0 to 24.2.0 - [Release notes](https://github.com/hynek/structlog/releases) - [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md) - [Commits](hynek/structlog@24.1.0...24.2.0) Updates `black` from 24.3.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@24.3.0...24.4.2) Updates `coverage` from 7.4.4 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.4...7.5.4) Updates `moto` from 5.0.3 to 5.0.9 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.0.3...5.0.9) Updates `pycodestyle` from 2.11.1 to 2.12.0 - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.11.1...2.12.0) Updates `pylint` from 3.1.0 to 3.2.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.1.0...v3.2.3) Updates `pytest` from 8.1.1 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.1.1...8.2.2) Updates `mkdocs` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.5.3...1.6.0) Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.4 to 1.2.6 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.2.4...v1.2.6) Updates `mkdocs-material` from 9.5.15 to 9.5.27 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.15...9.5.27) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: structlog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: moto dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: pycodestyle dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... 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
Jun 24, 2024
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 minor group with 10 updates in the / directory:
1.34.69
1.34.131
24.1.0
24.2.0
24.3.0
24.4.2
7.4.4
7.5.4
5.0.3
5.0.9
2.11.1
2.12.0
3.1.0
3.2.3
8.1.1
8.2.2
1.5.3
1.6.0
1.2.4
1.2.6
Updates
boto3
from 1.34.69 to 1.34.131Changelog
Sourced from boto3's changelog.
... (truncated)
Commits
fd8bcca
Merge branch 'release-1.34.131'af823bd
Bumping version to 1.34.131039b973
Add changelog entries from botocore7cf3113
Merge branch 'release-1.34.130'8541840
Merge branch 'release-1.34.130' into developd5a7f62
Bumping version to 1.34.1305c5f581
Add changelog entries from botocoreb93e4e0
Merge branch 'release-1.34.129'50e9288
Merge branch 'release-1.34.129' into develop8bd2a39
Bumping version to 1.34.129Updates
structlog
from 24.1.0 to 24.2.0Release notes
Sourced from structlog's releases.
Changelog
Sourced from structlog's changelog.
Commits
78729a8
Prepare 24.2.0b16e08f
fixes bug in render_to_log_kwargs (#620)767ec8b
I swear it worked on my machine592409a
Ensure test order doesn't matter20c23be
Fix Klaviyo logo924f4c9
pre-commit updatee5ebcd9
sponsors: add Klaviyo8f8d975
Add missing permission261f6c2
Attest provenance1475ed9
stdlib: add callsite collection support for async methods (#618)Updates
black
from 24.3.0 to 24.4.2Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
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
coverage
from 7.4.4 to 7.5.4Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
22c09c6
docs: sample HTML for 7.5.49e16381
docs: prep for 7.5.4fba9b9e
docs: link issue 1799 from the changelogf124de8
build: no longer download kits to upload them9516cf6
build: hash-pin all actionsc6e0985
build: finish up the publish action4a49458
build: get the latest dist run id for publishingfb15efa
build: pin hashes for publishing actionsc20af95
build: use the correct item: github.event.actionccbab15
build: dump all the github actions dataUpdates
moto
from 5.0.3 to 5.0.9Changelog
Sourced from moto's changelog.
... (truncated)
Commits
411127b
Prep release 5.0.9 (#7733)e2e4ce4
EC2: Fix inconsistent private/public key pair attribute (#7732)4c098ae
S3: Fix recursion for buckets in different partition (#7731)d3dbf15
DynamoDB: query() should handle GSI's without range key (#7729)b19afe8
IAM: create_policy() should return tags in correct format (#7728)c637076
SSOAdmin: Default Instance and provisioning of permission sets (#7727)1bd6b31
Fix BackendDict instantiation service names (#7723)c9613cd
Bump ruby/setup-ruby from 1.176.2 to 1.177.1 (#7722)3300d99
S3: list_object_versions() - Default value for MaxKeys can now be configured ...9c8387a
Post-release stepsUpdates
pycodestyle
from 2.11.1 to 2.12.0Changelog
Sourced from pycodestyle's changelog.
Commits
6f60985
Release 2.12.05246b9e
Merge pull request #1247 from PyCQA/space-after-decorator3cedd4c
add new error E204 for whitespace after decorator @d343c39
Merge pull request #1246 from PyCQA/pre-commit-ci-update-config5be6ca1
[pre-commit.ci] pre-commit autoupdated2b2756
Merge pull request #1245 from PyCQA/pre-commit-ci-update-config53591a5
[pre-commit.ci] pre-commit autoupdate710363b
Merge pull request #1239 from PyCQA/pre-commit-ci-update-config04f579d
[pre-commit.ci] pre-commit autoupdate2b90803
Merge pull request #1238 from PyCQA/pre-commit-ci-update-configUpdates
pylint
from 3.1.0 to 3.2.3Commits
918d216
Bump pylint to 3.2.3, update changelog8aba7d1
Fix false positive inuse-yield-from
when usingyield
return (#9700) (#9701)192727b
[multiple-statements] Make pylint compatible with black's 2024 style (#9697) ...7e5e4f9
Fix a false positive forredefined-outer-name
(#9678) (#9695)769ffd2
Bump pylint to 3.2.2, update changelog (#9658)98c5af9
Fix false-positive with contextmanager missing cleanup (#9654) (#9657)9a9db8f
Update astroid to 3.2.2 (#9655) (#9656)9223172
Bump pylint to 3.2.1, update changelog926547b
[trailing-comma-tuple] Fix enabling with message control locally when disable...1498675
Fix linterstats.get_module_message_count() (#9146) (#9648)Updates
pytest
from 8.1.1 to 8.2.2Release notes
Sourced from pytest's releases.
... (truncated)
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...Updates
mkdocs
from 1.5.3 to 1.6.0Release notes
Sourced from mkdocs's releases.
... (truncated)
Commits
0998fec
Release 1.6.0 (#3631)bce85bf
Fix for showing repository icon even when a file has no edit_uri (#3657)0ac05da
Re-generate localization files (#3634)6244500
Remove jQuery frommkdocs
theme (#3649)f85d429
Prevent a flash of white color when dark mode is enabled (#3647)e39cce2
Fix style of modal close button (#3651)652813d
Prevent a crash if stdin is not defined (#3609)59a295f
Merge pull request #3493 from waylan/22486f5e748
Merge pull request #3625 from mkdocs/themepo1451fb3
Babel setuptools frontend is still used in the install hookUpdates
mkdocs-git-revision-date-localized-plugin
from 1.2.4 to 1.2.6Release notes
Sourced from mkdocs-git-revision-date-localized-plugin's releases.
Commits
0438f70
bump version7ba52d6
Use packaging Version to compare versions, closes #13501e81f8
Fix bitbucket CI warning showing up on github actions, closes #136b0ab74f
backwards compatible theme locale access530e842
Merge pull request #132 from dbermuehler/master0785c3c
Fixing _vars deprecation warningUpdates
mkdocs-material
from 9.5.15 to 9.5.27Release notes
Sourced from mkdocs-material's releases.
... (truncated)
Changelog
Sourced from mkdocs-material's changelog.
... (truncated)
Commits
f4adebd
Prepare 9.5.27 release9e1f527
Updated dependenciesf4db9de
Updated Estonian translationsb45c51d
Changed Twitter to X (#7266)4ba7a6d
Add reference to PlantUML Markdown schema (#7260)ccc8d84
Updated dependencies0c54a88
Updated Premium sponsorsf887197
Updated changelog0d5a08c
Prepare 9.5.26 release1cc45d5
Fixed active tab stolen on scroll with linked content tabsDependabot 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...Description has been truncated