Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix dependabot alerts #183

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions material/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<div class="tx-hero__content">
<h1>Zot Registry</h1>
<p><strong>OCI-native</strong> container image registry, simplified </p>
<p>... now compatible with <strong>docker</strong> </p>
<span class="twemoji">
{% include ".icons/fontawesome/solid/arrow-right.svg" %}&nbsp;
<small><a href="https://lists.cncf.io/g/cncf-toc/message/7743">accepted</a> as a CNCF Sandbox Project</small>
Expand Down
13 changes: 10 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
mkdocs==1.4.2
mkdocs-material==9.0.2
mkdocs-material-extensions==1.1.1
mkdocs==1.6.1
mkdocs-material==9.5.32
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.6.2
mike==1.1.2
markdown-include==0.7.0
mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-macros-plugin==0.7.0
mkdocs-with-pdf==0.9.3
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
tornado>=6.4.1 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.2 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
Loading