From 8176d702f3fe747958e3560e703e73c136e596de Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Fri, 15 Mar 2024 11:41:14 +0100
Subject: [PATCH] docs(readme): update dep versions

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0dc6116f..fc756933 100644
--- a/README.md
+++ b/README.md
@@ -72,10 +72,10 @@ flowchart LR
 
 Before you begin, ensure you have met the following requirements:
 
-- Operating system: Debian 11, Ubuntu 20.04 or newer
+- Operating system: Debian 12, Ubuntu 23.10 or newer
 - `git`, `make`
 - [Docker](https://www.docker.com/), optional if you want to run in a container
-- [Python 3.10+](https://www.python.org/downloads/)
+- [Python 3.11+](https://www.python.org/downloads/)
 - [Poetry](https://python-poetry.org/)
 
 Ensure that you have also dependencies such as `steering`, `tank`, `dashboard`, `engine-core`, and `engine-api` up and running.
-- 
GitLab