Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 2, 2023

Bumps pontos from 21.4.0 to 22.12.3.

Release notes

Sourced from pontos's releases.

pontos 22.12.3

22.12.3 - 2022-12-29

Bug Fixes

  • Allow list model fields contain dicts 3c51d6f

pontos 22.12.2

22.12.2 - 2022-12-28

Changed

  • Allow to import all GitHub model instances from main module 34cedcc

pontos 22.12.1

[22.12.1] - 2022-12-27

Added

  • Add async GitHub API for tags 5a180c0
  • Add an enum_or_value function 773eddf
  • Add typings for Async GitHub API instances 8558064
  • NotImplementedError when calling get_current_version() 63be4f3
  • Add an async API for querying the NIST NVD CPE REST interface (#523) 5065c13
  • Add test for querying a CVE and the API returns an empty array 43df2b2
  • Add test for querying a single CPE a8bb1ab
  • Add tests for convert_camel_case and format_date NVD functions ed7ef12
  • Add API for qerying CPE information caed214
  • Add a model class for NVD CPE information b41ddd0
  • Add tests for NVDApi base class cf01c03
  • Add an async API for querying the NIST NVD CVE REST interface (#515) 2fbd9bc
  • Add tests for basic model type parsing 2f94711
  • Allow to parse datetime values from dicts for Model instances 2e397c3
  • Add a snake_case function to convert CamelCase into snake_case ab65272

Changed

  • Update and add tests for pontos-github commands 3a5d1ea
  • Extend temp_file testing context manager to allow empty content d3a14bd
  • Rewite pontos-github CLI to use async GitHub API be5a6eb
  • Ensure links are rendered for URLs in displayed in GitHub scripts 48396d9
  • adjust workflow-run GitHub script for model changes 891709a
  • Allow str or int for GitHub API id arguments 6acf57d
  • Update async GitHub API to allow enums and corresponding str value 2e4d236
  • Move all enums to model module and update models a26368d
  • Improve typings for async GitHub artifacts API 366d4d2
  • Use python-dateutil for parsing ISO dates 18b3bd8
  • Testing 95bb8aa
  • Extract a NVDApi from CVEApi 254a958
  • Improve parsing Unions from dict for Model classes 116f2b3

... (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
  • 95dda87 Automatic release to 22.12.3
  • e2564ee Changelog created for release to 22.12.3
  • 3c51d6f Fix: Allow list model fields contain dicts
  • dfba59c Automatic adjustments after release
  • f03ac83 Automatic release to 22.12.2
  • 88f674b Changelog created for release to 22.12.2
  • 34cedcc Change: Allow to import all GitHub model instances from main module
  • d3442ce Automatic adjustments after release
  • 6238112 Automatic release to 22.12.1
  • 9abebb7 Changelog created for release to 22.12.1
  • 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.12.3.
- [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.12.3)

---
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 Jan 2, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #193 (3935602) into master (8186328) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #193   +/-   ##
=======================================
  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 Jan 16, 2023

Superseded by #195.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/pip/pontos-22.12.3 branch January 16, 2023 04:03
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