Skip to content

Commit

Permalink
Merge pull request #3435 from plus3it/dependabot/pip/python-771d9ebd04
Browse files Browse the repository at this point in the history
Bump the python group across 1 directory with 11 updates
  • Loading branch information
mergify[bot] authored Jan 19, 2025
2 parents 7fdf16e + a9098d1 commit 921d242
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 13 deletions.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@
# html_them_path

if not rtd:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.34.153
boto3==1.36.2
pyinstaller==6.11.1
6 changes: 3 additions & 3 deletions requirements/check.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-r docs-check.txt

check-manifest==0.49
check-manifest==0.50
flake8==7.1.1
flake8-bugbear==24.4.26
flake8-bugbear==24.12.12
flake8-builtins==2.5.0
flake8-docstrings==1.7.0
flake8-isort==6.1.1
Expand All @@ -12,5 +12,5 @@ isort==5.13.2
m2r==0.3.1
pep8-naming==0.14.1
pydocstyle==6.3.0
pylint==3.2.6
pylint==3.3.3
readme-renderer==44.0
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
satsuki==0.1.50
awscli==1.33.35
awscli==1.37.2
2 changes: 1 addition & 1 deletion requirements/docs-check.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pygments==2.18.0
pygments==2.19.1
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

myst-parser==4.0.0
setuptools==75.8.0
sphinx==7.4.7
sphinx-rtd-theme==2.0.0
sphinx==8.1.3
sphinx-rtd-theme==3.0.2
5 changes: 3 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
mock==5.1.0;python_version>="3.6"
pytest==7.0.1;python_version<="3.6"
pytest==7.4.4;python_version<="3.7" and python_version>"3.6"
pytest==8.3.2;python_version>="3.8"
pytest==8.3.4;python_version>="3.8"
pytest-cov==4.0.0;python_version<="3.6"
pytest-cov==4.1.0;python_version<="3.7" and python_version>"3.6"
pytest-cov==5.0.0;python_version>="3.8"
pytest-cov==5.0.0;python_version<="3.8" and python_version>"3.7"
pytest-cov==6.0.0;python_version>="3.9"
pytest-mock==3.6.1;python_version<="3.6"
pytest-mock==3.11.1;python_version<="3.7" and python_version>"3.6"
pytest-mock==3.14.0;python_version>="3.8"
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

tox==3.28.0;python_version<="3.6"
tox==4.8.0;python_version<="3.7" and python_version>"3.6"
tox==4.16.0;python_version>="3.8"
tox==4.23.2;python_version>="3.8"

0 comments on commit 921d242

Please sign in to comment.