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 the production-dependencies group across 1 directory with 3 updates #966

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps the production-dependencies group with 3 updates in the / directory: kiwixstorage, ujson and paramiko.

Updates kiwixstorage from 0.6 to 0.9.0

Release notes

Sourced from kiwixstorage's releases.

0.9.0

Added

  • Ability to test delete access via check_credentials or standalone

Changed

  • Malformed URL raises on init

Fixed

  • testing write access requires delete permission (#11)
  • Incorrectly returning True on non 401/404 exceptions on some key-related tests (#5)
  • check_credentials now safe from exception when using failsafe=True (#1)
  • Requiring python3.8+ (was already not working with 3.6 and 3.7 due to f-string)
Changelog

Sourced from kiwixstorage's changelog.

[0.9.0]

Added

  • Ability to test delete access via check_credentials or standalone

Changed

  • Malformed URL raises on init

Fixed

  • testing write access requires delete permission (#11)
  • Incorrectly returning True on non 401/404 exceptions on some key-related tests (#5)
  • check_credentials now safe from exception when using failsafe=True (#1)
  • Requiring python3.8+ (was already not working with 3.6 and 3.7 due to f-string)

[0.8.3] - 2022-06-03

Added

  • s3upload script to upload single file using S3URL environment variable
  • kiwixstorage.__version__ now available as well

Changed

  • Default progress output when humanfriendly is not present now adds “ bytes” suffix.

[0.8.2] - 2022-05-18

Changed

  • Fixed delete_object() which contained a typo.

[0.8.1]

  • Added download_matching_file() and download_matching_fileobj() to download a key matching metadata in a single request. Comparison is performed after download

[0.8]

  • fixed upload_fileobj() (typo)

[0.7]

  • fixed download_fileobj() (typo)
Commits
  • fbd3f0f releasing 0.9.0
  • fc1932a Malformed URL raises on init
  • b656f38 flush print on upload
  • 366af42 Fixed #1: check_credentials now safe from exception when using failsafe=True
  • 5a1c4d3 Fixed #5: Incorrectly returning True on non 401/404 exceptions on some key-re...
  • 2754327 Fixed #11: added delete perm, write access doesnt require delete
  • ddf1662 Merge pull request #10 from openzim/upload-script
  • ba22929 Added s3upload script to upload single file using S3URL environ
  • 0082715 Fixed which contained a typo
  • 3556dae fixed get_wasabi_compliance when used without bucket_name
  • Additional commits viewable in compare view

Updates ujson from 5.9.0 to 5.10.0

Release notes

Sourced from ujson's releases.

5.10.0

Added

Commits

Updates paramiko from 2.11.0 to 3.4.0

Commits
  • f0881ba Cut 3.4.0
  • 3e4bdf9 Changelog/comment updates
  • 30b447b Linting
  • 33508c9 Expand MessageOrderError use to handle more packet types
  • 96db1e2 Raise exception when sequence numbers rollover during initial kex
  • 58785d2 Changelog tweak re: other new Transport kwarg
  • 8dcb237 Test-suite-only bugfix: defer did not actually imply skip_verify
  • fa46de7 Reset sequence numbers on rekey
  • 75e311d Enforce zero seqno on kexinit
  • 73f079f Fill in CVE number for Terrapin attack
  • Additional commits viewable in compare view

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 <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 14, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-91db230e46 branch from fa3f433 to 57bd954 Compare May 15, 2024 05:14
Bumps the production-dependencies group with 3 updates in the / directory: [kiwixstorage](https://github.com/kiwix/python_storagelib), [ujson](https://github.com/ultrajson/ultrajson) and [paramiko](https://github.com/paramiko/paramiko).


Updates `kiwixstorage` from 0.6 to 0.9.0
- [Release notes](https://github.com/kiwix/python_storagelib/releases)
- [Changelog](https://github.com/openzim/python-storagelib/blob/main/CHANGELOG.md)
- [Commits](openzim/python-storagelib@v0.6...v0.9.0)

Updates `ujson` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.9.0...5.10.0)

Updates `paramiko` from 2.11.0 to 3.4.0
- [Commits](paramiko/paramiko@2.11.0...3.4.0)

---
updated-dependencies:
- dependency-name: kiwixstorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: paramiko
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/production-dependencies-91db230e46 branch from 57bd954 to d987edc Compare May 17, 2024 04:49
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 21, 2024
@dependabot dependabot bot deleted the dependabot/pip/production-dependencies-91db230e46 branch May 21, 2024 04:51
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.

1 participant