🤖: cakephp, numpy, ubuntu

cakephp:
- Item root['versions']['5.3.0'] ({'name': '5.3.0', 'date': '2026-01-09'}) added to dictionary.

numpy:
- Item root['versions']['2.4.1'] ({'name': '2.4.1', 'date': '2026-01-10'}) added to dictionary.

ubuntu:
- Item root['versions']['4.10'] ({'name': '4.10', 'date': '2004-10-20'}) removed from dictionary.
This commit is contained in:
github-actions[bot]
2026-01-10 07:04:09 +00:00
committed by github-actions[bot]
parent e8067dfb4f
commit ae120f6bd6
3 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"5.3.0": {
"name": "5.3.0",
"date": "2026-01-09"
},
"5.2.11": {
"name": "5.2.11",
"date": "2026-01-08"

View File

@@ -1,6 +1,10 @@
{
"releases": {},
"versions": {
"2.4.1": {
"name": "2.4.1",
"date": "2026-01-10"
},
"2.4.0": {
"name": "2.4.0",
"date": "2025-12-20"

View File

@@ -356,10 +356,6 @@
"5.04": {
"name": "5.04",
"date": "2005-04-08"
},
"4.10": {
"name": "4.10",
"date": "2004-10-20"
}
}
}