Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion annotated_logger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# https://test.pypi.org/project/annotated-logger/
# The dev versions in testpypi can then be pulled in to whatever project needed
# the new feature.
VERSION = "1.3.1" # pragma: no mutate
VERSION = "1.3.2" # pragma: no mutate

T = TypeVar("T")
P = ParamSpec("P")
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ typing-extensions==4.15.0
# textual
uc-micro-py==1.0.3
# via linkify-it-py
urllib3==2.5.0
urllib3==2.6.0
# via requests
virtualenv==20.34.0
# via pre-commit
Loading