4 Commits

Author SHA1 Message Date
dependabot[bot]
38776bb18f Bump pillow from 9.4.0 to 12.2.0 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 9.4.0 to 12.2.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...12.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.2.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-05 11:11:19 +00:00
Fabien POLLY
61a4758e5e Merge pull request #185 from infinition/infinition-patch-2
Delete .github/workflows directory
2026-05-04 15:52:47 +02:00
Fabien POLLY
bb41eb1248 Delete .github/workflows directory 2026-05-04 15:52:25 +02:00
Fabien POLLY
0d21159cf5 Merge pull request #184 from infinition/infinition-patch-1
Add GitHub Actions workflow for wiki synchronization
2026-05-04 15:46:09 +02:00
2 changed files with 1 additions and 24 deletions

View File

@@ -1,23 +0,0 @@
name: Wiki Sync
on:
push:
branches: [ main ]
paths:
- 'wiki/**'
- '.github/acidwiki.json'
- '.github/workflows/wiki-sync.yml'
workflow_dispatch:
schedule:
- cron: '0 4 * * *'
permissions:
contents: write
pages: write
id-token: write
jobs:
deploy-wiki:
uses: infinition/AcidWiki/.github/workflows/reusable-wiki-sync.yml@main

View File

@@ -1,6 +1,6 @@
RPi.GPIO==0.7.1 RPi.GPIO==0.7.1
spidev==3.5 spidev==3.5
Pillow==9.4.0 Pillow==12.2.0
numpy==2.1.3 numpy==2.1.3
rich==13.9.4 rich==13.9.4
pandas==2.2.3 pandas==2.2.3