build(deps-dev): bump the dev-dependencies group with 5 updates#20
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps-dev): bump the dev-dependencies group with 5 updates#20dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/mtrudel/bandit) | `1.11.1` | `1.12.0` | | [credo](https://github.com/rrrene/credo) | `1.7.18` | `1.7.19` | | [ex_doc](https://github.com/elixir-lang/ex_doc) | `0.40.2` | `0.40.3` | | [floki](https://github.com/philss/floki) | `0.38.1` | `0.38.3` | | [req](https://github.com/wojtekmach/req) | `0.5.17` | `0.6.1` | Updates `bandit` from 1.11.1 to 1.12.0 - [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md) - [Commits](mtrudel/bandit@1.11.1...1.12.0) Updates `credo` from 1.7.18 to 1.7.19 - [Release notes](https://github.com/rrrene/credo/releases) - [Changelog](https://github.com/rrrene/credo/blob/v1.7.19/CHANGELOG.md) - [Commits](rrrene/credo@v1.7.18...v1.7.19) Updates `ex_doc` from 0.40.2 to 0.40.3 - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](elixir-lang/ex_doc@v0.40.2...v0.40.3) Updates `floki` from 0.38.1 to 0.38.3 - [Release notes](https://github.com/philss/floki/releases) - [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md) - [Commits](philss/floki@v0.38.1...v0.38.3) Updates `req` from 0.5.17 to 0.6.1 - [Release notes](https://github.com/wojtekmach/req/releases) - [Changelog](https://github.com/wojtekmach/req/blob/main/CHANGELOG.md) - [Commits](wojtekmach/req@v0.5.17...v0.6.1) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: credo dependency-version: 1.7.19 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ex_doc dependency-version: 0.40.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: floki dependency-version: 0.38.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: req dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or 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
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 dev-dependencies group with 5 updates:
1.11.11.12.01.7.181.7.190.40.20.40.30.38.10.38.30.5.170.6.1Updates
banditfrom 1.11.1 to 1.12.0Changelog
Sourced from bandit's changelog.
Commits
33e100bVersion bump to 1.12.0b5f0971Remove now counter-productive network timeout propogation (#597)dedeb28Temporarily pin finch test dep until upstream issue fixed3b840f2Repoint hexdocs linksab0d933Bump ex_doc from 0.40.2 to 0.40.3 (#594)e3ca313Bump req from 0.5.17 to 0.5.18 (#593)2f6cd3aBump plug from 1.19.1 to 1.19.2 (#592)7e70c88fix transfer-encoding (#590)32de5e9Update security policya792f97Improve content length reading (#588)Updates
credofrom 1.7.18 to 1.7.19Release notes
Sourced from credo's releases.
Changelog
Sourced from credo's changelog.
Commits
d4a88d4Bump version to 1.7.19b87f0b6Update CHANGELOGc4ed6dfUse mix format9172f39Fix token errora6de9b5Add reproducing test for #1275b726ad4Run mix formatccd27fbAdd test for sigil_p position8a03b78Clean stale depsa902c97Set "old credo" to 1.7.18cc2ce91Update GitHub actionsUpdates
ex_docfrom 0.40.2 to 0.40.3Changelog
Sourced from ex_doc's changelog.
Commits
07a6abcRelease v0.40.302904bbFix record autolink - and bump CI (#2240)Updates
flokifrom 0.38.1 to 0.38.3Release notes
Sourced from floki's releases.
... (truncated)
Changelog
Sourced from floki's changelog.
Commits
82d021aRelease v0.38.3f9816ecFix Floki.text/2 when document contains a "PI" tag (#696)561f135Release v0.38.2 (#694)8d76085Bump ex_doc from 0.40.1 to 0.40.2 (#693)1cbd12bBump jason from 1.4.4 to 1.4.5 (#692)b7f9dddOptimize selector traversal (#691)9be11cfBump html5ever from 0.17.0 to 0.18.0 (#686)5804991Optimize case-insensitive attribute includes match (#690)66738b6Refactor attribute retrieval functions for a 1.2-1.5x speedup (#689)a5cd540Optimize HTMLTree updates and deletions (#687)Updates
reqfrom 0.5.17 to 0.6.1Release notes
Sourced from req's releases.
... (truncated)
Changelog
Sourced from req's changelog.
... (truncated)
Commits
36a8252Release v0.6.1ea5506fcompressed,decompress_body: Disable automatic decompression8e7425fRelease v0.6.0584a490decode_body: Drop automatic zip/tar/tgz/gz/zst/csv decoding2d77dbeencode_body: Security fix for:form_multipartheader injection53c3b99Release v0.5.18dc1f3beUpdate ex_docdbd145cUpdate CHANGELOG.md75f077eretry: Automatically retry on:pool_not_available4cfbf54run_finch: Normalize Finch.TransportError,HTTPError (Finch 0.22+) (#544)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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