File tree 4 files changed +18
-18
lines changed
4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/astral-sh/ruff-pre-commit
3
3
# Ruff version.
4
- rev : v0.8.3
4
+ rev : v0.8.6
5
5
hooks :
6
6
# Run the linter.
7
7
- id : ruff
Original file line number Diff line number Diff line change 34
34
# https://test.pypi.org/project/annotated-logger/
35
35
# The dev versions in testpypi can then be pulled in to whatever project needed
36
36
# the new feature.
37
- VERSION = "1.2.2 " # pragma: no mutate
37
+ VERSION = "1.2.3 " # pragma: no mutate
38
38
39
39
T = TypeVar ("T" )
40
40
P = ParamSpec ("P" )
Original file line number Diff line number Diff line change 3
3
#
4
4
# - makefun
5
5
# - pychoir
6
- # - python-json-logger
6
+ # - python-json-logger>=3.1.0
7
7
# - requests
8
8
#
9
9
10
- certifi == 2024.8.30
10
+ certifi == 2024.12.14
11
11
# via requests
12
- charset-normalizer == 3.4.0
12
+ charset-normalizer == 3.4.1
13
13
# via requests
14
14
idna == 3.10
15
15
# via requests
16
16
makefun == 1.15.6
17
17
# via hatch.envs.default
18
18
pychoir == 0.0.27
19
19
# via hatch.envs.default
20
- python-json-logger == 3.2.0
20
+ python-json-logger == 3.2.1
21
21
# via hatch.envs.default
22
22
requests == 2.32.3
23
23
# via hatch.envs.default
24
- urllib3 == 2.2.3
24
+ urllib3 == 2.3.0
25
25
# via requests
Original file line number Diff line number Diff line change 20
20
# - requests
21
21
#
22
22
23
- certifi == 2024.8.30
23
+ certifi == 2024.12.14
24
24
# via requests
25
25
cfgv == 3.4.0
26
26
# via pre-commit
27
- charset-normalizer == 3.4.0
27
+ charset-normalizer == 3.4.1
28
28
# via requests
29
- click == 8.1.7
29
+ click == 8.1.8
30
30
# via mutmut
31
- coverage == 7.6.9
31
+ coverage == 7.6.10
32
32
# via
33
33
# hatch.envs.dev
34
34
# pytest-cov
@@ -40,7 +40,7 @@ filelock==3.16.1
40
40
# via virtualenv
41
41
freezegun == 1.5.1
42
42
# via pytest-freezer
43
- identify == 2.6.3
43
+ identify == 2.6.5
44
44
# via pre-commit
45
45
idna == 3.10
46
46
# via requests
@@ -81,9 +81,9 @@ pre-commit==4.0.1
81
81
# via hatch.envs.dev
82
82
pychoir == 0.0.27
83
83
# via hatch.envs.dev
84
- pygments == 2.18.0
84
+ pygments == 2.19.1
85
85
# via rich
86
- pyright == 1.1.390
86
+ pyright == 1.1.391
87
87
# via hatch.envs.dev
88
88
pytest == 8.3.4
89
89
# via
@@ -105,7 +105,7 @@ pytest-randomly==3.16.0
105
105
# via hatch.envs.dev
106
106
python-dateutil == 2.9.0.post0
107
107
# via freezegun
108
- python-json-logger == 3.2.0
108
+ python-json-logger == 3.2.1
109
109
# via hatch.envs.dev
110
110
pyyaml == 6.0.2
111
111
# via pre-commit
@@ -117,7 +117,7 @@ requests-mock==1.12.1
117
117
# via hatch.envs.dev
118
118
rich == 13.9.4
119
119
# via textual
120
- ruff == 0.8.3
120
+ ruff == 0.8.6
121
121
# via hatch.envs.dev
122
122
setproctitle == 1.3.4
123
123
# via mutmut
@@ -141,7 +141,7 @@ typing-extensions==4.12.2
141
141
# textual
142
142
uc-micro-py == 1.0.3
143
143
# via linkify-it-py
144
- urllib3 == 2.2.3
144
+ urllib3 == 2.3.0
145
145
# via requests
146
- virtualenv == 20.28.0
146
+ virtualenv == 20.28.1
147
147
# via pre-commit
You can’t perform that action at this time.
0 commit comments