Compare commits

..

2 Commits

Author SHA1 Message Date
Priyagupta108
9119c453e3 Fix license check failure 2025-11-12 18:39:34 +05:30
dependabot[bot]
b40066b0ec Bump @types/node from 24.1.0 to 24.9.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.1.0 to 24.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.9.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-12 12:01:31 +00:00
13 changed files with 64 additions and 66 deletions

View File

@@ -29,7 +29,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
@@ -56,7 +56,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.1t, 3.13.2t, 3.13.5t]
steps:
@@ -86,7 +86,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0, 3.13.1, 3.13.2]
steps:
@@ -118,7 +118,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
@@ -146,7 +146,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.1t, 3.13.2t, 3.13.5t]
steps:
@@ -177,7 +177,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
@@ -205,7 +205,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
@@ -234,7 +234,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:
@@ -260,7 +260,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: [3.13.0t, 3.13.1t, 3.13.2t]
steps:

View File

@@ -29,7 +29,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version:
[
@@ -72,7 +72,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version:
['3.10', 'pypy-3.10-v7.x', '3.11', 'pypy-3.11-v7.x', '3.12', '3.13']
@@ -129,7 +129,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version:
[
@@ -170,7 +170,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version:
[
@@ -213,7 +213,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version:
['3.10', 'pypy-3.10-v7.x', '3.11', 'pypy-3.11-v7.x', '3.12', '3.13']
@@ -269,7 +269,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
@@ -297,7 +297,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
@@ -326,7 +326,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
@@ -352,7 +352,7 @@ jobs:
ubuntu-22.04-arm,
windows-latest,
macos-latest,
macos-15-intel
macos-13
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:

View File

@@ -25,7 +25,7 @@ jobs:
ubuntu-latest,
ubuntu-24.04-arm,
macos-latest,
macos-15-intel
macos-13
]
steps:
- name: Checkout

View File

@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update the ${{ env.TAG_NAME }} tag
uses: actions/publish-action@v0.4.0
uses: actions/publish-action@v0.3.0
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

View File

@@ -25,7 +25,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
graalpy:
- 'graalpy-22.3'
@@ -80,7 +80,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
graalpy: ['graalpy22.3', 'graalpy23.0', 'graalpy23.1', 'graalpy24.1']
@@ -106,7 +106,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
steps:
- uses: actions/checkout@v5
- name: Setup GraalPy and check latest

View File

@@ -28,7 +28,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
pypy:
- 'pypy-2.7'
@@ -85,7 +85,7 @@ jobs:
fail-fast: false
matrix:
os:
- macos-15-intel
- macos-13
- macos-14
- macos-15
- windows-2022
@@ -144,7 +144,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly', 'pypy3.11']
@@ -178,7 +178,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- uses: actions/checkout@v5
@@ -220,7 +220,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- uses: actions/checkout@v5

View File

@@ -26,7 +26,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -63,7 +63,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -103,7 +103,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -141,7 +141,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -182,7 +182,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -223,7 +223,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -254,7 +254,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -294,7 +294,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -334,7 +334,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -373,7 +373,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- name: Checkout
@@ -410,7 +410,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- name: Checkout
@@ -446,7 +446,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -481,7 +481,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
python-version: [3.13t, 3.14t-dev]
steps:
@@ -508,7 +508,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- uses: actions/checkout@v5
@@ -535,7 +535,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]

View File

@@ -26,7 +26,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -70,7 +70,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -117,7 +117,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -162,7 +162,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -212,7 +212,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -262,7 +262,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -296,7 +296,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -346,7 +346,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -396,7 +396,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -441,7 +441,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- name: Checkout
@@ -478,7 +478,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- name: Checkout
@@ -514,7 +514,7 @@ jobs:
windows-latest,
ubuntu-22.04,
ubuntu-22.04-arm,
macos-15-intel,
macos-13,
ubuntu-latest,
ubuntu-24.04-arm
]
@@ -549,7 +549,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
@@ -582,7 +582,7 @@ jobs:
ubuntu-22.04-arm,
ubuntu-24.04-arm,
ubuntu-latest,
macos-15-intel
macos-13
]
steps:
- uses: actions/checkout@v5

View File

@@ -7,6 +7,6 @@ Kivy-Garden==0.1.4
packaging==20.7
pdf2image==1.12.1
Pygments==2.6.1
requests==2.32.4
requests==2.32.2
urllib3==2.5.0
xlrd==1.2.0

View File

@@ -40,7 +40,7 @@ pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3
pywin32-ctypes==0.2.0
requests==2.32.4
requests==2.32.2
urllib3==2.5.0

View File

@@ -690,5 +690,3 @@ The `pip-install` input allows you to install dependencies as part of the Python
```
> Note: This feature is intended for standard pip-based dependency installations.
For complex workflows, or alternative package managers (e.g., poetry, pipenv), we recommend using separate steps to maintain clarity and flexibility.
> The `pip-install` input mirrors the flexibility of a standard pip install command and supports most of its arguments.

8
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"eslint-plugin-node": "^11.1.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"prettier": "^3.6.2",
"prettier": "^3.5.3",
"ts-jest": "^29.3.2",
"typescript": "^5.9.3"
},
@@ -4816,9 +4816,9 @@
}
},
"node_modules/prettier": {
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz",
"integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
"dev": true,
"license": "MIT",
"bin": {

View File

@@ -51,7 +51,7 @@
"eslint-plugin-node": "^11.1.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"prettier": "^3.6.2",
"prettier": "^3.5.3",
"ts-jest": "^29.3.2",
"typescript": "^5.9.3"
}