Skip to content
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

Bump to v0.5.0 #76

Merged
merged 62 commits into from
Mar 24, 2024
Merged

Bump to v0.5.0 #76

merged 62 commits into from
Mar 24, 2024

Conversation

Ljzd-PRO
Copy link
Owner

No description provided.

Ljzd-PRO and others added 30 commits March 1, 2024 18:33
Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.26.0...0.27.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.2.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.1...v4.66.2)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.24.0...0.24.1)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.3.0 to 6.5.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](pyinstaller/pyinstaller@v6.3.0...v6.5.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Add support for local storage bucket mode
build(deps): bump httpx from 0.26.0 to 0.27.0
build(deps): bump tqdm from 4.66.1 to 4.66.2
…s-0.24.1

build(deps-dev): bump mkdocstrings from 0.24.0 to 0.24.1
…-6.5.0

build(deps-dev): bump pyinstaller from 6.3.0 to 6.5.0
Copy link

codecov bot commented Mar 16, 2024

Codecov Report

Attention: Patch coverage is 51.51515% with 32 lines in your changes are missing coverage. Please review.

Project coverage is 78.55%. Comparing base (899660f) to head (bad64f1).
Report is 4 commits behind head on master.

Files Patch % Lines
ktoolbox/configuration.py 50.00% 12 Missing and 1 partial ⚠️
ktoolbox/downloader/downloader.py 50.00% 10 Missing and 3 partials ⚠️
ktoolbox/action/job.py 50.00% 2 Missing and 1 partial ⚠️
ktoolbox/action/utils.py 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #76      +/-   ##
==========================================
- Coverage   80.68%   78.55%   -2.13%     
==========================================
  Files          33       33              
  Lines         875      928      +53     
  Branches      149      157       +8     
==========================================
+ Hits          706      729      +23     
- Misses        140      166      +26     
- Partials       29       33       +4     
Flag Coverage Δ
macos-latest-3.10 78.55% <51.51%> (-2.13%) ⬇️
macos-latest-3.11 78.55% <51.51%> (-2.13%) ⬇️
macos-latest-3.8 78.20% <51.51%> (-2.15%) ⬇️
macos-latest-3.9 77.98% <51.51%> (-2.14%) ⬇️
ubuntu-latest-3.10 78.55% <51.51%> (-2.13%) ⬇️
ubuntu-latest-3.11 78.55% <51.51%> (-2.13%) ⬇️
ubuntu-latest-3.8 78.20% <51.51%> (-2.15%) ⬇️
ubuntu-latest-3.9 77.98% <51.51%> (-2.14%) ⬇️
windows-latest-3.10 80.52% <50.76%> (-2.53%) ⬇️
windows-latest-3.11 80.52% <50.76%> (-2.53%) ⬇️
windows-latest-3.8 80.17% <50.76%> (-2.56%) ⬇️
windows-latest-3.9 79.92% <50.76%> (-2.54%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dependabot bot and others added 22 commits March 18, 2024 20:14
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.13 to 9.5.14.
- [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.13...9.5.14)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fire](https://github.com/google/python-fire) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/google/python-fire/releases)
- [Commits](google/python-fire@v0.5.0...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.1.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...8.1.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
build(deps-dev): bump pytest from 7.4.3 to 8.1.1
build(deps): bump fire from 0.5.0 to 0.6.0
…rial-9.5.14

build(deps-dev): bump mkdocs-material from 9.5.13 to 9.5.14
@Ljzd-PRO Ljzd-PRO merged commit 0a74118 into master Mar 24, 2024
22 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upgrade Bump to new version
Projects
None yet
2 participants