Skip to content

Commit

Permalink
mkdocs 0.5.44
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Nov 6, 2024
1 parent 965ed84 commit 8fffea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 8fffea1

Please sign in to comment.