diff options
-rw-r--r-- | doc/requirements.pip | 8 | ||||
-rw-r--r-- | requirements/dev.pip | 10 | ||||
-rw-r--r-- | requirements/pins.pip | 6 |
3 files changed, 12 insertions, 12 deletions
diff --git a/doc/requirements.pip b/doc/requirements.pip index a29c01e2..9604e5c0 100644 --- a/doc/requirements.pip +++ b/doc/requirements.pip @@ -6,9 +6,9 @@ doc8==0.8.1 pyenchant==3.2.0 -sphinx==3.4.3 +sphinx==3.5.4 sphinxcontrib-restbuilder==0.3 sphinxcontrib-spelling==7.1.0 -sphinx_rtd_theme==0.5.1 -sphinx-autobuild==2020.9.1 -sphinx-tabs==2.0.0 +sphinx_rtd_theme==0.5.2 +sphinx-autobuild==2021.3.14 +sphinx-tabs==2.1.0 diff --git a/requirements/dev.pip b/requirements/dev.pip index 0f64609d..dfdd2236 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -14,16 +14,16 @@ tox -r pytest.pip # for linting. -greenlet==0.4.16 +greenlet==1.0.0 astroid==2.5.3 pylint==2.7.4 check-manifest==0.46 -readme_renderer==26.0 +readme_renderer==29.0 # for kitting. requests==2.25.1 -twine==3.3.0 +twine==3.4.1 libsass==0.20.1 -# Just so I have a debugger if I want it -pudb==2019.2 +# Just so I have a debugger if I want it. +pudb==2020.1 diff --git a/requirements/pins.pip b/requirements/pins.pip index 02ba58a0..680441be 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -4,9 +4,9 @@ # Version pins, for use as a constraints file. auditwheel==3.3.1 -cibuildwheel==1.7.0 -tox==3.20.1 -tox-gh-actions==2.2.0 +cibuildwheel==1.10.0 +tox==3.23.0 +tox-gh-actions==2.5.0 # setuptools 45.x is py3-only setuptools==44.1.1 |