Skip to content

Commit

Permalink
envoy.docs.sphinx_runner: Unpin pygments version (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax authored Jan 6, 2022
1 parent 5adf9ed commit bfad2aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pypi: https://pypi.org/project/envoy.docker.utils

#### [envoy.docs.sphinx_runner](envoy.docs.sphinx_runner)

version: 0.0.6.dev0
version: 0.0.6

pypi: https://pypi.org/project/envoy.docs.sphinx_runner

Expand All @@ -285,7 +285,7 @@ pypi: https://pypi.org/project/envoy.docs.sphinx_runner
- [docutils](https://pypi.org/project/docutils) ~=0.16.0
- [envoy.base.runner](https://pypi.org/project/envoy.base.runner)
- [envoy.base.utils](https://pypi.org/project/envoy.base.utils)
- [pygments](https://pypi.org/project/pygments) ==2.10.0
- [pygments](https://pypi.org/project/pygments) >=2.11.1
- [sphinx](https://pypi.org/project/sphinx)
- [sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)
- [sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)
Expand Down
2 changes: 1 addition & 1 deletion deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jinja2
mypy
mypy-abstracts
packaging
pygments==2.10.0
pygments>=2.11.1
pytest-patches
pytest-asyncio
python-gnupg
Expand Down
2 changes: 1 addition & 1 deletion envoy.docs.sphinx_runner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6-dev
0.0.6
2 changes: 1 addition & 1 deletion envoy.docs.sphinx_runner/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install_requires =
docutils~=0.16.0
envoy.base.runner
envoy.base.utils
pygments==2.10.0
pygments>=2.11.1
sphinx
sphinx-copybutton
sphinx-rtd-theme
Expand Down

0 comments on commit bfad2aa

Please sign in to comment.