Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
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
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Lemur
=====

.. warning::

This repository is now archived and read-only as of July 6, 2026.

No new pull requests, issues, or contributions will be accepted. Existing content will remain available and publicly accessible, but this repository is no longer actively maintained. If you need to continue making changes, please fork this repository.

Thank you to everyone who has contributed over the years.

.. image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/Netflix/lemur
:target: https://gitter.im/Netflix/lemur?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ configobj==5.0.9
# certbot
coverage==7.15.0
# via -r requirements-tests.txt
cryptography==48.0.1
cryptography==46.0.7
# via
# -r requirements-tests.txt
# acme
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ configobj==5.0.9
# certbot
coverage==7.15.0
# via -r requirements-tests.txt
cryptography==48.0.1
cryptography==46.0.7
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ configobj==5.0.9
# certbot
coverage==7.15.0
# via -r requirements-tests.in
cryptography==48.0.1
cryptography==46.0.7
# via
# -r requirements.txt
# acme
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ configargparse==1.7.5
# via certbot
configobj==5.0.9
# via certbot
cryptography==48.0.1
cryptography==46.0.7
# via
# -r requirements.in
# acme
Expand Down