diff --git a/docs/blog/posts/last-week-in-pony-012124.md b/docs/blog/posts/last-week-in-pony-012124.md index 8c9ca331..a3b9efb4 100644 --- a/docs/blog/posts/last-week-in-pony-012124.md +++ b/docs/blog/posts/last-week-in-pony-012124.md @@ -18,7 +18,7 @@ Update your HTTP library related dependencies. ### Update your "HTTP related" dependencies -That week we discovered a [bug related to OpenSSL 3.2](/blog/posts/last-week-in-pony-011424.md#openssl-3-2-related-bug). +That week we discovered a [bug related to OpenSSL 3.2](/blog/posts/last-week-in-pony-011424.md#openssl-32-related-bug). This week, we released new versions of [ponylang/net_ssl](https://github.com/ponylang/net_ssl), [ponylang/http](https://github.com/ponylang/http), and [ponylang/http_server](https://github.com/ponylang/http_server) to fix the issue on the Pony side of things. diff --git a/requirements.txt b/requirements.txt index 15c04781..e69f99e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ git+https://${INSIDERS_PAT}@github.com/squidfunk/mkdocs-material-insiders.git -mkdocs-htmlproofer-plugin==1.2.0 +mkdocs-htmlproofer-plugin>=1.2.1 mkdocs-ezlinks-plugin>=0.1.8 mkdocs-rss-plugin>=1.12.1 tzdata>=2024.1