diff --git a/docs/install_guides/opensuse-leap-15.rst b/docs/install_guides/opensuse-leap-15.rst index 0113ed997..44bd2867f 100644 --- a/docs/install_guides/opensuse-leap-15.rst +++ b/docs/install_guides/opensuse-leap-15.rst @@ -1,7 +1,7 @@ .. _install-opensuse-leap-15: ===================================== -Installing Red on openSUSE Leap 15.5+ +Installing Red on openSUSE Leap 15.6+ ===================================== .. include:: _includes/supported-arch-x64+aarch64.rst @@ -12,7 +12,7 @@ Installing Red on openSUSE Leap 15.5+ Installing the pre-requirements ------------------------------- -openSUSE Leap 15.5+ has all required dependencies available in official repositories. Install them +openSUSE Leap 15.6+ has all required dependencies available in official repositories. Install them with zypper: .. prompt:: bash diff --git a/docs/version_guarantees.rst b/docs/version_guarantees.rst index cd77935e4..302de29d7 100644 --- a/docs/version_guarantees.rst +++ b/docs/version_guarantees.rst @@ -63,7 +63,6 @@ CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expect Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life `__) Fedora Linux 40 x86-64, aarch64 2025-05-28 (`End of Life `__) Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life `__) -openSUSE Leap 15.5 x86-64, aarch64 2024-12-31 (`end of maintenance life cycle `__) openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle `__) openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system) Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support `__) diff --git a/requirements/base.txt b/requirements/base.txt index 959858f9d..b94169da6 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -10,9 +10,9 @@ aiosignal==1.3.1 # via aiohttp apsw==3.46.1.0 # via -r base.in -attrs==24.3.0 +attrs==25.1.0 # via aiohttp -babel==2.16.0 +babel==2.17.0 # via -r base.in brotli==1.1.0 # via -r base.in @@ -38,7 +38,7 @@ multidict==6.1.0 # via # aiohttp # yarl -orjson==3.10.12 +orjson==3.10.15 # via -r base.in packaging==24.2 # via -r base.in @@ -48,7 +48,7 @@ propcache==0.2.0 # via yarl psutil==6.1.1 # via -r base.in -pygments==2.18.0 +pygments==2.19.1 # via rich python-dateutil==2.9.0.post0 # via -r base.in @@ -83,11 +83,11 @@ colorama==0.4.6; sys_platform == "win32" # via click distro==1.9.0; sys_platform == "linux" and sys_platform == "linux" # via -r base.in -importlib-metadata==8.5.0; python_version != "3.10" and python_version != "3.11" +importlib-metadata==8.5.0; python_version != "3.11" and python_version != "3.10" # via markdown -pytz==2024.2; python_version == "3.8" +pytz==2025.1; python_version == "3.8" # via babel uvloop==0.21.0; (sys_platform != "win32" and platform_python_implementation == "CPython") and sys_platform != "win32" # via -r base.in -zipp==3.20.2; python_version != "3.10" and python_version != "3.11" +zipp==3.20.2; python_version != "3.11" and python_version != "3.10" # via importlib-metadata diff --git a/requirements/extra-doc.txt b/requirements/extra-doc.txt index afaefc182..51ec93bae 100644 --- a/requirements/extra-doc.txt +++ b/requirements/extra-doc.txt @@ -1,8 +1,8 @@ alabaster==0.7.13 # via sphinx -certifi==2024.12.14 +certifi==2025.1.31 # via requests -charset-normalizer==3.4.0 +charset-normalizer==3.4.1 # via requests docutils==0.20.1 # via @@ -17,7 +17,7 @@ jinja2==3.1.5 # via sphinx markupsafe==2.1.5 # via jinja2 -pytz==2024.2 +pytz==2025.1 # via babel requests==2.32.3 # via sphinx