Skip to content

Commit

Permalink
Update dependencies tracked by pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos committed May 24, 2022
1 parent 4babe55 commit 15b0d10
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .pyup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ schedule: "every week"
# allowed: True, False
search: True

# list all requirements that are tracked by pip-tools
# we have to specify them here because they are not .txt or .pip
requirements:
- requirements/docs.in

# configure the branch prefix the bot is using
# default: pyup-
branch_prefix: pyup/
Expand Down
3 changes: 1 addition & 2 deletions requirements/docs.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# pyup: ignore file
# Packages required to build docs, independent of application dependencies

Sphinx==4.5.0
Pygments==2.11.2
Pygments==2.12.0

sphinx_rtd_theme==1.0.0
sphinx-tabs==3.3.1
Expand Down
12 changes: 2 additions & 10 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyup: ignore file
#
# This file is autogenerated by pip-compile with python 3.7
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile docs.in
Expand Down Expand Up @@ -30,10 +30,6 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
# via
# click
# sphinx
jinja2==3.1.1
# via
# myst-parser
Expand All @@ -54,7 +50,7 @@ myst-parser==0.17.2
# via -r docs.in
packaging==21.3
# via sphinx
pygments==2.11.2
pygments==2.12.0
# via
# -r docs.in
# sphinx
Expand Down Expand Up @@ -129,14 +125,10 @@ types-docutils==0.18.3
# via rstcheck
typing-extensions==4.2.0
# via
# importlib-metadata
# markdown-it-py
# myst-parser
# rstcheck
urllib3==1.26.9
# via requests
zipp==3.8.0
# via importlib-metadata

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

0 comments on commit 15b0d10

Please sign in to comment.