Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency bump #37

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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 @@ -34,7 +34,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.2.2" # pragma: no mutate
VERSION = "1.2.3" # pragma: no mutate

T = TypeVar("T")
P = ParamSpec("P")
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
#
# - makefun
# - pychoir
# - python-json-logger
# - python-json-logger>=3.1.0
# - requests
#

certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
# via requests
Expand All @@ -17,9 +17,9 @@ makefun==1.15.6
# via hatch.envs.default
pychoir==0.0.27
# via hatch.envs.default
python-json-logger==3.2.0
python-json-logger==3.2.1
# via hatch.envs.default
requests==2.32.3
# via hatch.envs.default
urllib3==2.2.3
urllib3==2.3.0
# via requests
12 changes: 6 additions & 6 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# - requests
#

certifi==2024.8.30
certifi==2024.12.14
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via mutmut
coverage==7.6.9
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ pychoir==0.0.27
# via hatch.envs.dev
pygments==2.18.0
# via rich
pyright==1.1.390
pyright==1.1.391
# via hatch.envs.dev
pytest==8.3.4
# via
Expand All @@ -105,7 +105,7 @@ pytest-randomly==3.16.0
# via hatch.envs.dev
python-dateutil==2.9.0.post0
# via freezegun
python-json-logger==3.2.0
python-json-logger==3.2.1
# via hatch.envs.dev
pyyaml==6.0.2
# via pre-commit
Expand All @@ -117,7 +117,7 @@ requests-mock==1.12.1
# via hatch.envs.dev
rich==13.9.4
# via textual
ruff==0.8.3
ruff==0.8.4
# via hatch.envs.dev
setproctitle==1.3.4
# via mutmut
Expand All @@ -141,7 +141,7 @@ typing-extensions==4.12.2
# textual
uc-micro-py==1.0.3
# via linkify-it-py
urllib3==2.2.3
urllib3==2.3.0
# via requests
virtualenv==20.28.0
# via pre-commit
Loading