Skip to content

Commit 7b1a924

Browse files
Update dependencies to include new mkdocs-ansible branding (#269)
* Update dependencies to include new mkdocs-ansible branding * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eb11437 commit 7b1a924

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.config/constraints.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ markdown-include==0.8.1
4747
markupsafe==2.1.5
4848
mergedeep==1.3.4
4949
mkdocs==1.5.3
50-
mkdocs-ansible==0.2.1
50+
mkdocs-ansible==24.2.1
5151
mkdocs-autorefs==0.5.0
5252
mkdocs-gen-files==0.5.0
5353
mkdocs-htmlproofer-plugin==1.0.0
54-
mkdocs-material==9.5.7
54+
mkdocs-material==9.5.8
5555
mkdocs-material-extensions==1.3.1
5656
mkdocs-minify-plugin==0.8.0
5757
mkdocs-monorepo-plugin==1.1.0
@@ -85,7 +85,7 @@ regex==2023.12.25
8585
requests==2.31.0
8686
resolvelib==1.0.1
8787
rpds-py==0.17.1
88-
ruff==0.2.0
88+
ruff==0.2.1
8989
six==1.16.0
9090
soupsieve==2.5
9191
subprocess-tee==0.4.1
@@ -97,7 +97,7 @@ types-pyyaml==6.0.12.12
9797
typing-extensions==4.9.0
9898
urllib3==2.2.0
9999
virtualenv==20.25.0
100-
watchdog==3.0.0
100+
watchdog==4.0.0
101101
webencodings==0.5.1
102102

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,5 @@ cython_debug/
166166
.vscode/
167167

168168
_readthedocs
169+
170+
.DS_Store

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_name: Tox Ansible Documentation
33
site_url: https://ansible.readthedocs.io/projects/tox-ansible/
44
repo_url: https://github.com/ansible/tox-ansible
55
edit_uri: blob/main/docs/
6-
copyright: Copyright © 2023 Red Hat, Inc.
6+
copyright: Copyright © 2024 Red Hat, Inc.
77
docs_dir: docs
88
strict: true
99

0 commit comments

Comments
 (0)