-
Notifications
You must be signed in to change notification settings - Fork 87
Build(deps): Bump tempfile from 3.19.1 to 3.20.0 #3639
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
Merged
Merged
Conversation
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
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## latest #3639 +/- ##
=======================================
Coverage 88.30% 88.30%
=======================================
Files 137 137
Lines 23468 23468
Branches 2270 2270
=======================================
Hits 20723 20723
Misses 2435 2435
Partials 310 310
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@dependabot rebase |
451d556
to
e50ea67
Compare
@dependabot rebase |
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
e50ea67
to
547ccef
Compare
ctb
added a commit
that referenced
this pull request
Jun 1, 2025
Minor new features: * add cANI to `sig overlap` (#3644) Bug fixes: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) Cleanup and documentation updates: * add rocksdb HOWTO (#3648) Developer updates: * try fixing inline variables in rust `println!` (#3640) Dependabot updates: - Build(deps): Update cachetools requirement from <6,>=4 to >=4,<7 (#3660) - [pre-commit.ci] pre-commit autoupdate (#3659) - Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) - [pre-commit.ci] pre-commit autoupdate (#3654) - Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639) - [pre-commit.ci] pre-commit autoupdate (#3638)
ctb
added a commit
that referenced
this pull request
Jun 2, 2025
This is a patchfix to v4.9.1 (#3665) to deal with a botched source code release. Below are the updates since v4.9.0. Minor new features: * add cANI to `sig overlap` (#3644) Bug fixes: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) Cleanup and documentation updates: * add rocksdb HOWTO (#3648) Developer updates: * try fixing inline variables in rust `println!` (#3640) Dependabot updates: - Build(deps): Update cachetools requirement from <6,>=4 to >=4,<7 (#3660) - [pre-commit.ci] pre-commit autoupdate (#3659) - Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) - [pre-commit.ci] pre-commit autoupdate (#3654) - Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639) - [pre-commit.ci] pre-commit autoupdate (#3638)
ctb
added a commit
that referenced
this pull request
Jun 28, 2025
Looks like I forgot to actually release r0.21.0 prior to [release v4.9.2](#3667), which may be causing pyodide compile fail here: pyodide/pyodide-recipes#134 ## [0.21.0] - 2025-06-28 MSRV: 1.74 Changes/additions: * make `RevIndex.len()` and `RevIndex.signatures()` use picklist, if set (#3647) * try fixing inline variables in rust `println!` (#3640) Updates: * Build(deps): Bump cfg-if from 1.0.0 to 1.0.1 (#3689) * Build(deps): Bump roaring from 0.10.12 to 0.11.0 (#3702) * Build(deps): Bump getset from 0.1.5 to 0.1.6 (#3700) * Build(deps): Bump proptest from 1.6.0 to 1.7.0 (#3674) * Build(deps): Bump camino from 1.1.9 to 1.1.10 (#3669) * Build(deps): Bump criterion from 0.5.1 to 0.6.0 (#3655) * Build(deps): Bump tempfile from 3.19.1 to 3.20.0 (#3639)
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 tempfile from 3.19.1 to 3.20.0.
Changelog
Sourced from tempfile's changelog.
Commits
99ffea6
chore: release v3.20.0 (#358)bd2b267
feat: make it possible to disable cleanup in-place after creation (#355)3b30099
ci: really check docs for warnings (#357)f701f52
ci: check docs (#356)d34afe9
doc: improve SpooledData documentation6deb42e
doc: make it easier to pick the correct tempfile constructor/typee284782
feat: allow creating spooled temporary files in a specific directory (#353)07edc31
feat: implementSpooledTempFile::into_file
(#352)b122355
fix: add must_use attribute to TempDir::keep (#351)cbd1e97
feat: renameTempDir::into_path
toTempDir::keep
(#349)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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)