Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps pontos from 21.4.0 to 22.9.1.

Release notes

Sourced from pontos's releases.

pontos 22.9.1

22.9.1 - 2022-09-22

Changed

  • Update json based types for GitHub API 73be4e0
  • Set default timeout for GitHub API to three minutes 0c8b8db
  • Extend get_workflow_runs GitHub API for filtering 084b568

pontos 22.9.0

22.9.0 - 2022-09-22

Added

  • Add GitHub API for getting information about a single workflow run 355f65a
  • Add GitHub API to get workflow runs information 795709d
  • Add GitHub API for creating a workflow dispatch event 5f055b3
  • Add GitHub API to get information of a single workflow e72bb34
  • Add GitHub API to request workflow information d4729a8
  • Add GitHub API for deleting an artifact ef3e4d7
  • Add GitHub API for requesting workflow artifacts 870155b
  • Add new GitHub API for downloading a repo artifact c14b798
  • Add GitHub API for getting a single repo artifact 33d7df4
  • Add API for getting all artifacts of a GitHub repo 08c7731
  • Add a new testing module to pontos #403 15d785e
  • Add tests for all testing functions aa61397
  • Add a new testing module to pontos 52951c4
  • Deploy docs to GitHub pages e0a4045

Removed

  • utf-8 code comment in python header e194096

Changed

  • Allow to set request parameters and headers for download 65e74c8
  • Extend download context manager to accept string as destination cc5cf9d
  • Introduce new JSON type for json based GitHub responses 1d29701
  • Improve helper module tests 9263399
  • Allow to pass PathLike instances to Git.add method c455040
  • Allow to pass PathLike as cwd to exec_git d134e76
  • Switch to furo sphinx theme for improved docs layout 5172113
  • Update dependencies and remove sphinx-autodoc-typehints 867cc81

Bug Fixes

  • Fix find signing key tests if a global signing key is set a7c9b25

pontos 22.8.1

[22.8.1] - 2022-08-01

... (truncated)

Changelog

Sourced from pontos's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Calendar Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

21.7.4 - 2021-07-21

Changed

  • Allow to pass multiple directories to the -d/--directories argument #163
  • Allow to put directory globs into the exclude file and exclude all files from that directory #163

21.7.3 - 2021-07-20

Added

  • Golang support for pontos-update-header #162

Fixed

  • pontos-update-header will now set the correct current year, when adding a header to a new file #162

21.7.2 - 2021-07-07

Removed

  • Remove debug print in pontos-version update for C projects #156

Fixed

  • Fixing singing, --passphrase shall not have a default, especially not greenbone #156

21.7.1 - 2021-07-02

Fixed

  • Do not print passphrase #150

[21.7.0] - 2021-07-02

Added

... (truncated)

Commits
  • a7fcc09 Automatic release to 22.9.1
  • 078ebe8 Changelog created for release to 22.9.1
  • 73be4e0 Change: Update json based types for GitHub API
  • 0c8b8db Change: Set default timeout for GitHub API to three minutes
  • 084b568 Change: Extend get_workflow_runs GitHub API for filtering
  • d148365 Automatic adjustments after release
  • 2980c3b Automatic release to 22.9.0
  • 1e46639 Changelog created for release to 22.9.0
  • e4d1818 Add GitHub workflow API #414
  • 1b6ec00 Update docstring for get_workflow
  • 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)

Bumps [pontos](https://github.com/greenbone/pontos) from 21.4.0 to 22.9.1.
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Changelog](https://github.com/greenbone/pontos/blob/main/CHANGELOG.md)
- [Commits](greenbone/pontos@v21.4.0...v22.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #181 (685203b) into master (8186328) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files          54       54           
  Lines        3908     3918   +10     
  Branches      933      934    +1     
=======================================
+ Hits         3862     3872   +10     
  Misses         34       34           
  Partials       12       12           
Impacted Files Coverage Δ
gvm/__version__.py 100.00% <100.00%> (ø)
gvm/protocols/gmpv208/entities/policies.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 3, 2022

Superseded by #183.

@dependabot dependabot bot closed this Oct 3, 2022
@dependabot dependabot bot deleted the dependabot/pip/pontos-22.9.1 branch October 3, 2022 04:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants