From 4f130e2c7a70bcef662f5b473a39b50073c94bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 08:15:09 +0000 Subject: [PATCH 1/4] build(deps): bump certifi from 2019.11.28 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.11.28 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2019.11.28...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5a933c..5a4a668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "apscheduler==3.10.1", "astroid>=3.3.11", "autopep8>=2.3.2", - "certifi>=2019.11.28", + "certifi>=2024.7.4", "charset-normalizer>=3.4.2", "flake8>=7.3.0", "gevent>=1.4", diff --git a/uv.lock b/uv.lock index 1a9e681..5b9600f 100644 --- a/uv.lock +++ b/uv.lock @@ -76,11 +76,11 @@ wheels = [ [[package]] name = "certifi" -version = "2019.11.28" +version = "2024.7.4" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/41/bf/9d214a5af07debc6acf7f3f257265618f1db242a3f8e49a9b516f24523a6/certifi-2019.11.28.tar.gz", hash = "sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f", size = 156407, upload-time = "2019-11-28T08:23:07.238Z" } +sdist = { url = "https://files.pythonhosted.org/packages/c2/02/a95f2b11e207f68bc64d7aae9666fed2e2b3f307748d5123dffb72a1bbea/certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b", size = 164065, upload-time = "2024-07-04T01:36:11.653Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl", hash = "sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3", size = 156030, upload-time = "2019-11-28T08:23:04.531Z" }, + { url = "https://files.pythonhosted.org/packages/1c/d5/c84e1a17bf61d4df64ca866a1c9a913874b4e9bdc131ec689a0ad013fb36/certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90", size = 162960, upload-time = "2024-07-04T01:36:09.038Z" }, ] [[package]] @@ -822,7 +822,7 @@ requires-dist = [ { name = "apscheduler", specifier = "==3.10.1" }, { name = "astroid", specifier = ">=3.3.11" }, { name = "autopep8", specifier = ">=2.3.2" }, - { name = "certifi", specifier = ">=2019.11.28" }, + { name = "certifi", specifier = ">=2024.7.4" }, { name = "charset-normalizer", specifier = ">=3.4.2" }, { name = "flake8", specifier = ">=7.3.0" }, { name = "gevent", specifier = ">=1.4" }, From 05f5cc88865627fdb93bdf5cb1cdfcef9f29cf4c Mon Sep 17 00:00:00 2001 From: rempairamore Date: Thu, 4 Jun 2026 10:35:23 +0200 Subject: [PATCH 2/4] changing version on this pkg: gitpython ujson urllib3 --- html-template/common/footer.html | 4 +- html-template/common/header.html | 55 ++++- pyproject.toml | 6 +- static/css/custom.css | 360 ++++++++++++++++++++++++++++++- uv.lock | 107 ++++----- 5 files changed, 454 insertions(+), 78 deletions(-) diff --git a/html-template/common/footer.html b/html-template/common/footer.html index 0dbed86..ff1ad30 100644 --- a/html-template/common/footer.html +++ b/html-template/common/footer.html @@ -55,8 +55,8 @@ - - Statistics + + OC Home Page

diff --git a/html-template/common/header.html b/html-template/common/header.html index 10b3ef7..93ea522 100644 --- a/html-template/common/header.html +++ b/html-template/common/header.html @@ -29,35 +29,68 @@