File tree 3 files changed +8
-12
lines changed
3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ schedule: "every week"
18
18
# allowed: True, False
19
19
search : True
20
20
21
+ # list all requirements that are tracked by pip-tools
22
+ # we have to specify them here because they are not .txt or .pip
23
+ requirements :
24
+ - requirements/docs.in
25
+
21
26
# configure the branch prefix the bot is using
22
27
# default: pyup-
23
28
branch_prefix : pyup/
Original file line number Diff line number Diff line change 1
- # pyup: ignore file
2
1
# Packages required to build docs, independent of application dependencies
3
2
4
3
Sphinx==4.5.0
5
- Pygments==2.11.2
4
+ Pygments==2.12.0
6
5
7
6
sphinx_rtd_theme==1.0.0
8
7
sphinx-tabs==3.3.1
Original file line number Diff line number Diff line change 1
1
# pyup: ignore file
2
2
#
3
- # This file is autogenerated by pip-compile with python 3.7
3
+ # This file is autogenerated by pip-compile with python 3.10
4
4
# To update, run:
5
5
#
6
6
# pip-compile docs.in
@@ -30,10 +30,6 @@ idna==3.3
30
30
# via requests
31
31
imagesize==1.3.0
32
32
# via sphinx
33
- importlib-metadata==4.11.3
34
- # via
35
- # click
36
- # sphinx
37
33
jinja2==3.1.1
38
34
# via
39
35
# myst-parser
@@ -54,7 +50,7 @@ myst-parser==0.17.2
54
50
# via -r docs.in
55
51
packaging==21.3
56
52
# via sphinx
57
- pygments==2.11.2
53
+ pygments==2.12.0
58
54
# via
59
55
# -r docs.in
60
56
# sphinx
@@ -129,14 +125,10 @@ types-docutils==0.18.3
129
125
# via rstcheck
130
126
typing-extensions==4.2.0
131
127
# via
132
- # importlib-metadata
133
- # markdown-it-py
134
128
# myst-parser
135
129
# rstcheck
136
130
urllib3==1.26.9
137
131
# via requests
138
- zipp==3.8.0
139
- # via importlib-metadata
140
132
141
133
# The following packages are considered to be unsafe in a requirements file:
142
134
# setuptools
You can’t perform that action at this time.
0 commit comments