Skip to content

Commit 068813d

Browse files
committed
2 parents 62dd57f + 6454fc4 commit 068813d

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
publish_results: true
3232

3333
- name: Upload results to GitHub Security tab
34-
uses: github/codeql-action/upload-sarif@5c8a8a642e79153f5d047b10ec1cba1d1cc65699 # v3
34+
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v3
3535
with:
3636
sarif_file: scorecard-results.sarif
3737
category: scorecard

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: '3.x'
2323
- uses: browniebroke/pre-commit-autoupdate-action@f5c3ec85103b9f8f9be60b9c006cec763d2bdd02 # v1.0.1
24-
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
24+
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
branch: update/pre-commit-hooks

requirements-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
build == 1.4.*
1+
build == 1.5.*
22
cyclonedx-bom == 7.3.*
33
pip-licenses == 5.5.*

requirements-test.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
coverage == 7.13.*
2-
mypy == 1.20.*
3-
orjson >= 3.11.6, == 3.11.*
4-
pre-commit == 4.5.*
2+
mypy == 2.0.*
3+
orjson == 3.11.*
4+
pre-commit == 4.6.*
55
python-decouple == 3.8
6-
tox == 4.52.*
6+
tox == 4.53.*
77

88
# type stubs for mypy
9-
boto3-stubs[essential,lambda]==1.42.80
9+
boto3-stubs[essential,lambda]==1.43.6
1010
decouple-types==1.0.2
11-
types-PyYAML==6.0.12.20250915
11+
types-PyYAML==6.0.12.20260508
1212
types-beautifulsoup4==4.12.0.20250516
13-
types-html5lib==1.1.11.20251117
14-
types-openpyxl==3.1.5.20260322
15-
types-python-dateutil==2.9.0.20260323
16-
types-toml==0.10.8.20240310
17-
types-xmltodict==1.0.1.20260113
13+
types-html5lib==1.1.11.20260508
14+
types-openpyxl==3.1.5.20260508
15+
types-python-dateutil==2.9.0.20260508
16+
types-toml==0.10.8.20260508
17+
types-xmltodict==1.0.1.20260508

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
beautifulsoup4 == 4.14.3
2-
boto3 == 1.42.80
3-
certifi >= 2024.7.4
2+
boto3 == 1.43.6
3+
certifi >= 2026.4.22
44
ftfy == 6.3.1
5-
idna >= 3.7
5+
idna >= 3.13
66
mailchecker == 6.0.20
77
openpyxl == 3.1.5
8-
phonenumbers == 9.0.27
8+
phonenumbers == 9.0.30
99
pydantic >= 2.0.0, < 3.0.0
1010
python-dateutil == 2.9.0.post0
1111
python-fsutil == 0.16.1
1212
python-slugify == 8.0.4
1313
pyyaml == 6.0.3
1414
requests == 2.33.1
15-
tomli == 2.0.2
15+
tomli == 2.4.1
1616
tomli-w == 1.2.0
1717
typing_extensions >= 4.14.1
18-
urllib3 >= 2.6.3
18+
urllib3 >= 2.7.0
1919
xlrd == 2.0.2
2020
xmltodict == 1.0.4

0 commit comments

Comments
 (0)