diff --git a/.requirements/docs.txt b/.requirements/docs.txt index 7b231e9..0d3d982 100644 --- a/.requirements/docs.txt +++ b/.requirements/docs.txt @@ -1,6 +1,6 @@ # mkdocs requirements -mkdocs-material==9.4.8 -mkdocstrings[python]==0.22.0 +mkdocs-material==9.5.44 +mkdocstrings[python]==0.26.2 mkdocs-gen-files==0.5.0 -mkdocs-literate-nav==0.6.0 -mkdocs-section-index==0.3.8 +mkdocs-literate-nav==0.6.1 +mkdocs-section-index==0.3.9 diff --git a/CHANGELOG.md b/CHANGELOG.md index e927cff..b0a8199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ To see unreleased changes, please see the [CHANGELOG on the main branch guide](h ### Changed -* Massive refactoring of internals to support PyO3 0.22. +* Massive refactoring of internals to support PyO3 0.22 and to remove duplicated code. * Use reusable buffers pool insead of allocating buffer along with each socket. ### Infrastructure @@ -33,6 +33,7 @@ To see unreleased changes, please see the [CHANGELOG on the main branch guide](h * Ruff 0.7.2 * pytest 8.3.3 * coverage 7.6.4 +* mkdocs-material 9.5.44 * Black formatter replaced by Ruff. ## 0.5.2 - 2024-07-30 @@ -137,4 +138,5 @@ To see unreleased changes, please see the [CHANGELOG on the main branch guide](h * Initial implementation [#1]: https://github.com/gufolabs/gufo_snmp/issues/1 +[#15]: https://github.com/gufolabs/gufo_snmp/issues/16 [#16]: https://github.com/gufolabs/gufo_snmp/issues/16 \ No newline at end of file