Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps minio from 7.0.4 to 7.1.9.

Release notes

Sourced from minio's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.1.8...7.1.9

Bugfix Release

What's Changed

Full Changelog: minio/minio-py@7.1.7...7.1.8

Bugfix Release

What's Changed

Full Changelog: minio/minio-py@7.1.6...7.1.7

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-py@7.1.5...7.1.6

Feature Release

What's Changed

Full Changelog: minio/minio-py@7.1.4...7.1.5

Bugfix Release

What's Changed

... (truncated)

Commits
  • 999033f Set minimum requirement to Python v3.7 (#1209)
  • a7aafab correct ValueError when part_size > MAX_PART_SIZE (#1205)
  • 2067045 Handle 304 status code properly (#1202)
  • 1f60dc9 allow hashlib.md5() calls to work with FIPS kernels (#1200)
  • e93d042 Update version to next release
  • 06f9ba0 fix make version-id dictionary instead of set (#1197)
  • cc024a8 Update version to next release
  • 2a33817 fix: listen bucket event response should use response.readline() (#1195)
  • 4f35c22 fix converting boolean value to XML boolean. (#1186)
  • 7d61987 Update version to next release
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 13, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 13, 2022

Dependabot tried to add @pcrespov and @sanderegg as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/odeimaiz/osparc-simcore/pulls/120/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the odeimaiz/osparc-simcore repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@codecov-commenter
Copy link

codecov-commenter commented Jun 13, 2022

Codecov Report

Merging #120 (9f548e2) into master (fad2dbe) will increase coverage by 0.6%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #120     +/-   ##
========================================
+ Coverage    81.2%   81.8%   +0.6%     
========================================
  Files         684     658     -26     
  Lines       28666   28701     +35     
  Branches     3743    3750      +7     
========================================
+ Hits        23280   23485    +205     
+ Misses       4629    4435    -194     
- Partials      757     781     +24     
Flag Coverage Δ
integrationtests 66.2% <ø> (+1.8%) ⬆️
unittests 77.7% <ø> (+<0.1%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...vice_webserver/projects/projects_nodes_handlers.py 42.2% <0.0%> (-35.8%) ⬇️
...rvice_webserver/projects/projects_handlers_crud.py 67.1% <0.0%> (-20.7%) ⬇️
..._service_webserver/projects/projects_exceptions.py 74.0% <0.0%> (-18.6%) ⬇️
...re_service_webserver/projects/projects_handlers.py 72.3% <0.0%> (-13.9%) ⬇️
.../src/simcore_service_webserver/projects/_delete.py 74.0% <0.0%> (-11.2%) ⬇️
...simcore_service_webserver/projects/project_lock.py 81.8% <0.0%> (-9.1%) ⬇️
...ector_v2/modules/comp_scheduler/background_task.py 83.3% <0.0%> (-8.4%) ⬇️
.../simcore_service_webserver/projects/projects_db.py 84.1% <0.0%> (-7.5%) ⬇️
...mcore_service_webserver/projects/projects_utils.py 78.8% <0.0%> (-5.3%) ⬇️
...imcore_service_webserver/garbage_collector_task.py 95.3% <0.0%> (-4.7%) ⬇️
... and 61 more

@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.9 branch from df3695e to 359e3ca Compare June 17, 2022 13:43
Bumps [minio](https://github.com/minio/minio-py) from 7.0.4 to 7.1.9.
- [Release notes](https://github.com/minio/minio-py/releases)
- [Commits](minio/minio-py@7.0.4...7.1.9)

---
updated-dependencies:
- dependency-name: minio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/minio-7.1.9 branch from 359e3ca to 9f548e2 Compare July 4, 2022 07:57
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 11, 2022

Superseded by #122.

@dependabot dependabot bot closed this Jul 11, 2022
@dependabot dependabot bot deleted the dependabot/pip/minio-7.1.9 branch July 11, 2022 04:08
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants