Skip to content

Commit 15b0d10

Browse files
committed
Update dependencies tracked by pip-tools
1 parent 4babe55 commit 15b0d10

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.pyup.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ schedule: "every week"
1818
# allowed: True, False
1919
search: True
2020

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+
2126
# configure the branch prefix the bot is using
2227
# default: pyup-
2328
branch_prefix: pyup/

requirements/docs.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# pyup: ignore file
21
# Packages required to build docs, independent of application dependencies
32

43
Sphinx==4.5.0
5-
Pygments==2.11.2
4+
Pygments==2.12.0
65

76
sphinx_rtd_theme==1.0.0
87
sphinx-tabs==3.3.1

requirements/docs.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyup: ignore file
22
#
3-
# This file is autogenerated by pip-compile with python 3.7
3+
# This file is autogenerated by pip-compile with python 3.10
44
# To update, run:
55
#
66
# pip-compile docs.in
@@ -30,10 +30,6 @@ idna==3.3
3030
# via requests
3131
imagesize==1.3.0
3232
# via sphinx
33-
importlib-metadata==4.11.3
34-
# via
35-
# click
36-
# sphinx
3733
jinja2==3.1.1
3834
# via
3935
# myst-parser
@@ -54,7 +50,7 @@ myst-parser==0.17.2
5450
# via -r docs.in
5551
packaging==21.3
5652
# via sphinx
57-
pygments==2.11.2
53+
pygments==2.12.0
5854
# via
5955
# -r docs.in
6056
# sphinx
@@ -129,14 +125,10 @@ types-docutils==0.18.3
129125
# via rstcheck
130126
typing-extensions==4.2.0
131127
# via
132-
# importlib-metadata
133-
# markdown-it-py
134128
# myst-parser
135129
# rstcheck
136130
urllib3==1.26.9
137131
# via requests
138-
zipp==3.8.0
139-
# via importlib-metadata
140132

141133
# The following packages are considered to be unsafe in a requirements file:
142134
# setuptools

0 commit comments

Comments
 (0)