File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
3
- # by the following command :
2
+ # This file is autogenerated by pip-compile with python 3.10
3
+ # To update, run :
4
4
#
5
5
# pip-compile --resolver=backtracking docs/requirements.in
6
6
#
7
7
alabaster == 0.7.13
8
8
# via sphinx
9
- astroid == 2.14.2
9
+ astroid == 2.15.0
10
10
# via sphinx-autoapi
11
11
attrs == 22.2.0
12
12
# via
13
13
# jsonschema
14
14
# referencing
15
- babel == 2.11.0
15
+ babel == 2.12.1
16
16
# via sphinx
17
17
beautifulsoup4 == 4.11.2
18
18
# via furo
19
19
certifi == 2022.12.7
20
20
# via requests
21
- charset-normalizer == 3.0.1
21
+ charset-normalizer == 3.1.0
22
22
# via requests
23
23
contourpy == 1.0.7
24
24
# via matplotlib
25
25
cycler == 0.11.0
26
26
# via matplotlib
27
27
docutils == 0.19
28
28
# via sphinx
29
- fonttools == 4.38 .0
29
+ fonttools == 4.39 .0
30
30
# via matplotlib
31
31
furo == 2022.12.7
32
32
# via -r docs/requirements.in
@@ -40,7 +40,7 @@ jinja2==3.1.2
40
40
# sphinx-autoapi
41
41
file :.#egg=jsonschema
42
42
# via -r docs/requirements.in
43
- jsonschema-specifications == 2023.3.2
43
+ jsonschema-specifications == 2023.3.3
44
44
# via jsonschema
45
45
kiwisolver == 1.4.4
46
46
# via matplotlib
@@ -52,7 +52,7 @@ lxml==4.9.2
52
52
# sphinx-json-schema-spec
53
53
markupsafe == 2.1.2
54
54
# via jinja2
55
- matplotlib == 3.7.0
55
+ matplotlib == 3.7.1
56
56
# via sphinxext-opengraph
57
57
numpy == 1.24.2
58
58
# via
@@ -72,22 +72,20 @@ pygments==2.14.0
72
72
# sphinx
73
73
pyparsing == 3.0.9
74
74
# via matplotlib
75
- pyrsistent == 0.19.3
76
- # via
77
- # jsonschema
78
- # referencing
79
75
python-dateutil == 2.8.2
80
76
# via matplotlib
81
- pytz == 2022.7.1
82
- # via babel
83
77
pyyaml == 6.0
84
78
# via sphinx-autoapi
85
- referencing == 0.21.1
79
+ referencing == 0.24.2
86
80
# via
87
81
# jsonschema
88
82
# jsonschema-specifications
89
83
requests == 2.28.2
90
84
# via sphinx
85
+ rpds-py == 0.5.2
86
+ # via
87
+ # jsonschema
88
+ # referencing
91
89
six == 1.16.0
92
90
# via python-dateutil
93
91
snowballstemmer == 2.2.0
@@ -131,6 +129,8 @@ sphinxcontrib-spelling==8.0.0
131
129
# via -r docs/requirements.in
132
130
sphinxext-opengraph == 0.8.1
133
131
# via -r docs/requirements.in
132
+ typing-extensions == 4.5.0
133
+ # via astroid
134
134
unidecode == 1.3.6
135
135
# via sphinx-autoapi
136
136
urllib3 == 1.26.14
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ dynamic = ["version", "readme"]
33
33
dependencies = [
34
34
" attrs>=22.2.0" ,
35
35
" jsonschema-specifications>=2023.03.1" ,
36
- " referencing>=0.21.0 " ,
37
- " rpds-py>=0.4.1 " ,
36
+ " referencing>=0.24.2 " ,
37
+ " rpds-py>=0.5.2 " ,
38
38
39
39
" importlib_metadata;python_version<'3.8'" ,
40
40
" typing_extensions;python_version<'3.8'" ,
You can’t perform that action at this time.
0 commit comments