File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
33 # Ruff version.
4- rev : v0.8.3
4+ rev : v0.8.6
55 hooks :
66 # Run the linter.
77 - id : ruff
Original file line number Diff line number Diff line change 3434# https://test.pypi.org/project/annotated-logger/
3535# The dev versions in testpypi can then be pulled in to whatever project needed
3636# the new feature.
37- VERSION = "1.2.2 " # pragma: no mutate
37+ VERSION = "1.2.3 " # pragma: no mutate
3838
3939T = TypeVar ("T" )
4040P = ParamSpec ("P" )
Original file line number Diff line number Diff line change 33#
44# - makefun
55# - pychoir
6- # - python-json-logger
6+ # - python-json-logger>=3.1.0
77# - requests
88#
99
10- certifi == 2024.8.30
10+ certifi == 2024.12.14
1111 # via requests
12- charset-normalizer == 3.4.0
12+ charset-normalizer == 3.4.1
1313 # via requests
1414idna == 3.10
1515 # via requests
1616makefun == 1.15.6
1717 # via hatch.envs.default
1818pychoir == 0.0.27
1919 # via hatch.envs.default
20- python-json-logger == 3.2.0
20+ python-json-logger == 3.2.1
2121 # via hatch.envs.default
2222requests == 2.32.3
2323 # via hatch.envs.default
24- urllib3 == 2.2.3
24+ urllib3 == 2.3.0
2525 # via requests
Original file line number Diff line number Diff line change 2020# - requests
2121#
2222
23- certifi == 2024.8.30
23+ certifi == 2024.12.14
2424 # via requests
2525cfgv == 3.4.0
2626 # via pre-commit
27- charset-normalizer == 3.4.0
27+ charset-normalizer == 3.4.1
2828 # via requests
29- click == 8.1.7
29+ click == 8.1.8
3030 # via mutmut
31- coverage == 7.6.9
31+ coverage == 7.6.10
3232 # via
3333 # hatch.envs.dev
3434 # pytest-cov
@@ -40,7 +40,7 @@ filelock==3.16.1
4040 # via virtualenv
4141freezegun == 1.5.1
4242 # via pytest-freezer
43- identify == 2.6.3
43+ identify == 2.6.5
4444 # via pre-commit
4545idna == 3.10
4646 # via requests
@@ -81,9 +81,9 @@ pre-commit==4.0.1
8181 # via hatch.envs.dev
8282pychoir == 0.0.27
8383 # via hatch.envs.dev
84- pygments == 2.18.0
84+ pygments == 2.19.1
8585 # via rich
86- pyright == 1.1.390
86+ pyright == 1.1.391
8787 # via hatch.envs.dev
8888pytest == 8.3.4
8989 # via
@@ -105,7 +105,7 @@ pytest-randomly==3.16.0
105105 # via hatch.envs.dev
106106python-dateutil == 2.9.0.post0
107107 # via freezegun
108- python-json-logger == 3.2.0
108+ python-json-logger == 3.2.1
109109 # via hatch.envs.dev
110110pyyaml == 6.0.2
111111 # via pre-commit
@@ -117,7 +117,7 @@ requests-mock==1.12.1
117117 # via hatch.envs.dev
118118rich == 13.9.4
119119 # via textual
120- ruff == 0.8.3
120+ ruff == 0.8.6
121121 # via hatch.envs.dev
122122setproctitle == 1.3.4
123123 # via mutmut
@@ -141,7 +141,7 @@ typing-extensions==4.12.2
141141 # textual
142142uc-micro-py == 1.0.3
143143 # via linkify-it-py
144- urllib3 == 2.2.3
144+ urllib3 == 2.3.0
145145 # via requests
146- virtualenv == 20.28.0
146+ virtualenv == 20.28.1
147147 # via pre-commit
You can’t perform that action at this time.
0 commit comments