Skip to content

Commit 5f2c6d1

Browse files
authored
Bump dependencies + drop F40, add F42 to support matrix (#6558)
1 parent 7b3600e commit 5f2c6d1

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

docs/install_guides/fedora.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ Installing Red on Fedora Linux
1212
Installing the pre-requirements
1313
-------------------------------
1414

15-
Fedora Linux 40 and above has all required packages available in official repositories. Install
15+
Fedora Linux 41 and above has all required packages available in official repositories. Install
1616
them with dnf:
1717

1818
.. prompt:: bash
1919

20-
sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development-tools nano
20+
sudo dnf -y install python3.11 python3.11-devel git adoptium-temurin-java-repository @development-tools nano
21+
sudo dnf config-manager setopt adoptium-temurin-java-repository.enabled=1
22+
sudo dnf -y install temurin-17-jre
2123

2224
.. Include common instructions:
2325

docs/version_guarantees.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of
6161
Arch Linux x86-64 forever (support is only provided for an up-to-date system)
6262
CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline>`__)
6363
Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases>`__)
64-
Fedora Linux 40 x86-64, aarch64 2025-05-28 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
6564
Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
65+
Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule>`__)
6666
openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap>`__)
6767
openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
6868
Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf>`__)

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ multidict==6.1.0
4040
# yarl
4141
orjson==3.10.15
4242
# via -r base.in
43-
packaging==24.2
43+
packaging==25.0
4444
# via -r base.in
4545
platformdirs==4.3.6
4646
# via -r base.in
@@ -62,13 +62,13 @@ red-commons==1.0.0
6262
# red-lavalink
6363
red-lavalink==0.11.0
6464
# via -r base.in
65-
rich==13.9.4
65+
rich==14.0.0
6666
# via -r base.in
6767
schema==0.7.7
6868
# via -r base.in
6969
six==1.17.0
7070
# via python-dateutil
71-
typing-extensions==4.13.0
71+
typing-extensions==4.13.2
7272
# via
7373
# -r base.in
7474
# multidict

requirements/extra-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alabaster==0.7.13
22
# via sphinx
3-
certifi==2025.1.31
3+
certifi==2025.4.26
44
# via requests
55
charset-normalizer==3.4.1
66
# via requests

requirements/extra-style.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black==23.12.1
22
# via -r extra-style.in
3-
mypy-extensions==1.0.0
3+
mypy-extensions==1.1.0
44
# via black
55
pathspec==0.12.1
66
# via black

requirements/extra-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
astroid==3.2.4
22
# via pylint
3-
dill==0.3.9
3+
dill==0.4.0
44
# via pylint
55
iniconfig==2.1.0
66
# via pytest

0 commit comments

Comments
 (0)