mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
bb58ee1017
* Bump sphinx from 6.2.1 to 7.2.4 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.2.1 to 7.2.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v6.2.1...v7.2.4) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Pin sphinx==7.1.2 * Sphinx 7.1.2 is the last version to support Python 3.8. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
18 lines
445 B
Text
18 lines
445 B
Text
#---------------------------------------------------------
|
|
# PlexAPI requirements to run py.test.
|
|
# pip install -r requirements_dev.txt
|
|
#---------------------------------------------------------
|
|
coveralls==3.3.1
|
|
flake8==6.1.0
|
|
pillow==10.0.0
|
|
pytest==7.4.0
|
|
pytest-cache==1.0
|
|
pytest-cov==4.1.0
|
|
pytest-mock==3.11.1
|
|
recommonmark==0.7.1
|
|
requests==2.31.0
|
|
requests-mock==1.11.0
|
|
sphinx==7.1.2
|
|
sphinx-rtd-theme==1.3.0
|
|
tqdm==4.66.1
|
|
websocket-client==1.6.2
|