Skip to content

Conversation

@dependabot
Copy link

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

Bumps pontos from 21.4.0 to 23.1.0.

Release notes

Sourced from pontos's releases.

pontos 23.1.0

23.1.0 - 2023-01-09

Added

  • Allow to update JavaScript project versions 55b5fe0
  • Add GitHub script to enforce branch protection rules for admins 95b67ff
  • Add new parse_timedelta function 961dada

Bug Fixes

  • Fail prepare command if no release version was detected 75a2b40

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

... (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
  • da6474d Automatic release to 23.1.0
  • 4f039f6 Changelog created for release to 23.1.0
  • 75a2b40 Fix: Fail prepare command if no release version was detected
  • 55b5fe0 Add: Allow to update JavaScript project versions
  • f751938 Build(deps-dev): Bump coverage from 7.0.1 to 7.0.4 (#551)
  • 8ea78fc Build(deps): Bump lazy-object-proxy from 1.8.0 to 1.9.0 (#550)
  • 09fe852 Build(deps): Bump packaging from 22.0 to 23.0 (#549)
  • dafd4ce Build(deps): Bump httpx from 0.23.1 to 0.23.3 (#548)
  • a3c16be Build(deps): Bump platformdirs from 2.6.0 to 2.6.2 (#547)
  • 535e052 Build(deps): Bump pygments from 2.13.0 to 2.14.0 (#546)
  • 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 23.1.0.
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Changelog](https://github.com/greenbone/pontos/blob/main/CHANGELOG.md)
- [Commits](greenbone/pontos@v21.4.0...v23.1.0)

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

Codecov Report

Merging #195 (713a682) into master (8186328) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #195   +/-   ##
=======================================
  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 23, 2023

Superseded by #198.

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