File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
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.2
4
+ rev : v0.8.3
5
5
hooks :
6
6
# Run the linter.
7
7
- id : ruff
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class AnnotatedClass(Protocol[C_co]):
109
109
},
110
110
"formatters" : {
111
111
"annotated_formatter" : {
112
- "class" : "pythonjsonlogger.jsonlogger .JsonFormatter" , # pragma: no mutate
112
+ "class" : "pythonjsonlogger.json .JsonFormatter" , # pragma: no mutate
113
113
"format" : "{created} {levelname} {name} {message}" , # pragma: no mutate
114
114
"style" : "{" ,
115
115
},
Original file line number Diff line number Diff line change 93
93
},
94
94
"formatters" : {
95
95
"logging_config.annotated_formatter" : {
96
- "class" : "pythonjsonlogger.jsonlogger .JsonFormatter" ,
96
+ "class" : "pythonjsonlogger.json .JsonFormatter" ,
97
97
# Note that this format string uses `time` which is set by the renamer
98
98
# plugin. It also has `lvl` which is there strictly to test our fallback
99
99
# to using `levelno` in the mocks to determine level.
116
116
"style" : "{" ,
117
117
},
118
118
"logging_config.weird_formatter" : {
119
- "class" : "pythonjsonlogger.jsonlogger .JsonFormatter" ,
119
+ "class" : "pythonjsonlogger.json .JsonFormatter" ,
120
120
"format" : "{time} {lvl} {name} {message}" ,
121
121
"style" : "{" ,
122
122
},
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ keywords = [
19
19
]
20
20
dependencies = [
21
21
" makefun" ,
22
- " python-json-logger" ,
22
+ " python-json-logger>=3.1.0 " ,
23
23
" requests" ,
24
24
# The mock makes use of this, but we really should separate the mock out into it's own package
25
25
# That would allow the mock to be included in dev, not in prod
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ 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 == 2.0.7
20
+ python-json-logger == 3. 2.0
21
21
# via hatch.envs.default
22
22
requests == 2.32.3
23
23
# via hatch.envs.default
Original file line number Diff line number Diff line change 16
16
# - typing_extensions
17
17
# - makefun
18
18
# - pychoir
19
- # - python-json-logger
19
+ # - python-json-logger>=3.1.0
20
20
# - requests
21
21
#
22
22
@@ -95,7 +95,7 @@ pytest==8.3.4
95
95
# pytest-randomly
96
96
pytest-cov == 6.0.0
97
97
# via hatch.envs.dev
98
- pytest-freezer == 0.4.8
98
+ pytest-freezer == 0.4.9
99
99
# via hatch.envs.dev
100
100
pytest-github-actions-annotate-failures == 0.2.0
101
101
# via hatch.envs.dev
@@ -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 == 2.0.7
108
+ python-json-logger == 3. 2.0
109
109
# via hatch.envs.dev
110
110
pyyaml == 6.0.2
111
111
# via pre-commit
@@ -117,15 +117,15 @@ 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.2
120
+ ruff == 0.8.3
121
121
# via hatch.envs.dev
122
122
setproctitle == 1.3.4
123
123
# via mutmut
124
124
six == 1.17.0
125
125
# via
126
126
# junit-xml
127
127
# python-dateutil
128
- textual == 0.89.1
128
+ textual == 1.0.0
129
129
# via mutmut
130
130
toml == 0.10.2
131
131
# via mutmut
You can’t perform that action at this time.
0 commit comments