luftfartsverket / reqstool-client

Reqstool is a tool for managing requirements with related software verification cases (aka tests) and verification results (test results)
https://luftfartsverket.github.io/reqstool-client/
MIT License
2 stars 0 forks source link

build(deps-dev): Bump jsonpickle from 3.0.2 to 3.0.3 #32

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps jsonpickle from 3.0.2 to 3.0.3.

Changelog

Sourced from jsonpickle's changelog.

v3.0.3

* Compatibilty with Pandas and Cython 3.0 was added. ([#460](https://github.com/jsonpickle/jsonpickle/issues/460)) (+477)
* Fixed a bug where pickling some built-in classes (e.g. zoneinfo) 
  could return a ``None`` module. ([#447](https://github.com/jsonpickle/jsonpickle/issues/447))
* Fixed a bug where unpickling a missing class would return a different object
  instead of ``None``. (+471)
* Fixed the handling of missing classes when setting ``on_missing`` to ``warn`` or ``error``. (+471)
* The test suite was made compatible with Python 3.12.
* The tox configuration was updated to generate code coverage reports.
* The suite now uses ``ruff`` to validate python code.
* The documentation can now be built offline when ``rst.linker`` and
  ``jaraco.packaging.sphinx`` are not available.
Commits
  • 5fbd4fe Merge pull request #476 from davvid/debian
  • 3161d56 docs: make extensions disabled by Debian optional
  • 637edf6 docs: fix sphinx warnings
  • bc805cc Apply black to code
  • de10ebd Merge pull request #477 from davvid/cython-functions
  • cfcc106 CHANGES: Pandas and Cython 3.0 compatibility
  • 65b078b pickler/unpickler: pickle functions and Cython functions earlier
  • fb4ff99 pickler/unpickler: record ref entries for functions
  • 78b7ce7 pickler: flatten Cython functions using _flatten_function()
  • 27b9edf Merge pull request #475 from davvid/ruff
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)