Skip to content

Commit 24fe7ad

Browse files
authored
Merge pull request #9 from joepitt91/auto-deps
Auto deps
2 parents 37233d0 + d518992 commit 24fe7ad

File tree

54 files changed

+158
-3602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+158
-3602
lines changed

.github/FUNDING.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
github: joepitt91
1+
# SPDX-FileCopyrightText: 2026 Joe Pitt
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-only
4+
5+
github: joepitt91

.github/workflows/pip_refresh.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
# SPDX-FileCopyrightText: 2026 Joe Pitt
3+
#
4+
# SPDX-License-Identifier: GPL-3.0-only
5+
6+
name: Update PIP Dependencies
7+
permissions:
8+
contents: write
9+
on:
10+
push:
11+
branches-ignore:
12+
- main
13+
jobs:
14+
update:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout Project
18+
uses: actions/checkout@v6
19+
20+
- name: Update Dependencies
21+
run: pip install --no-cache-dir --target=./lib/ --upgrade -r requirements.txt
22+
23+
- name: Commit Updates
24+
uses: ryancyq/github-signed-commit@v1
25+
env:
26+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27+
with:
28+
files: |
29+
lib/**
30+
commit-message: "chore(deps): updated pip modules"

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# SPDX-FileCopyrightText: 2010-2025 GitHub
1+
# SPDX-FileCopyrightText: 2010-2025 GitHub, 2026 Joe Pitt
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5+
*.dist-info/
6+
57
# Byte-compiled / optimized / DLL files
68
__pycache__/
79
*.py[cod]

lib/certifi-2025.11.12.dist-info/INSTALLER

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/certifi-2025.11.12.dist-info/METADATA

Lines changed: 0 additions & 78 deletions
This file was deleted.

lib/certifi-2025.11.12.dist-info/RECORD

Lines changed: 0 additions & 14 deletions
This file was deleted.

lib/certifi-2025.11.12.dist-info/WHEEL

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/certifi-2025.11.12.dist-info/licenses/LICENSE

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/certifi-2025.11.12.dist-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/charset_normalizer-3.4.4.dist-info/INSTALLER

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)