Skip to content

Commit db336d8

Browse files
authored
Merge branch 'main' into dependabot/pip/sphinx-8.1.3
2 parents dc9d918 + 7593a55 commit db336d8

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
21+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
2222
with:
2323
egress-policy: audit
2424

2525
- name: 'Checkout Repository'
2626
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- name: 'Dependency Review'
28-
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
28+
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0

.github/workflows/python-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131

3232
- name: Install uv
33-
uses: install-pinned/uv@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
33+
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
3434

3535
- name: Patch install error when using Python 3.9, limited dependencies, and MacOS
3636
if: ${{ matrix.limited-dependencies }} == True and ${{ matrix.os }} == "macos-latest" and ${{ matrix.python-version }} == "3.9"
@@ -59,7 +59,7 @@ jobs:
5959
python-version: "3.12"
6060

6161
- name: Install uv
62-
uses: install-pinned/uv@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
62+
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
6363

6464
- name: Install dependencies
6565
run: |
@@ -81,7 +81,7 @@ jobs:
8181
python-version: "3.12"
8282

8383
- name: Install uv
84-
uses: install-pinned/uv@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
84+
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
8585

8686
- name: Install dependencies
8787
run: |
@@ -103,7 +103,7 @@ jobs:
103103
python-version: "3.12"
104104

105105
- name: Install uv
106-
uses: install-pinned/uv@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
106+
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
107107

108108
- name: Install bandit
109109
run: |
@@ -125,7 +125,7 @@ jobs:
125125
python-version: "3.12"
126126

127127
- name: Install uv
128-
uses: install-pinned/uv@ffec6b0ac55e0000217a14a4b1f838c941e88ce3 # 0.4.12
128+
uses: install-pinned/uv@79cef4cccc47c7fb191b653a4184e34d83437a8b # 0.4.12
129129

130130
- name: Install dependencies
131131
run: |
@@ -152,7 +152,7 @@ jobs:
152152

153153
steps:
154154
- name: Harden Runner
155-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
155+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
156156
with:
157157
egress-policy: audit
158158

.github/workflows/security_scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Harden Runner
36-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
36+
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
3737
with:
3838
egress-policy: audit
3939

@@ -74,6 +74,6 @@ jobs:
7474
# Upload the results to GitHub's code scanning dashboard (optional).
7575
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676
- name: "Upload to code-scanning"
77-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
77+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
7878
with:
7979
sarif_file: results.sarif

requirements.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@ pyairtable==2.3.3
22
azure-storage-blob==12.13.0
33
boto3>=1.17.98
44
boxsdk==2.10.0
5-
braintree==4.17.1
6-
bs4==0.0.1
5+
braintree==4.31.0
6+
bs4==0.0.2
77
censusgeocode==0.5.2
88
civis==1.16.1
99
curlify==2.2.1
1010
dbt_redshift==1.4.0
11-
docutils<0.18,>=0.14
1211
defusedxml>=0.7.1, <=0.8.0
1312
facebook-business==13.0.0
14-
google-api-core==2.19.2
13+
google-api-core==2.23.0
1514
google-api-python-client==1.7.7
1615
google-auth==2.29.0
1716
google-cloud-bigquery==3.26.0
1817
google-cloud-storage-transfer==1.9.1
19-
google-cloud-storage==2.16.0
20-
google-resumable-media==2.7.0
18+
google-cloud-storage==2.18.2
2119
grpcio==1.68.1
2220
gspread==6.1.4
2321
httplib2==0.22.0
@@ -39,7 +37,7 @@ slackclient==1.3.0
3937
sqlalchemy >= 1.4.22, != 1.4.33, < 3.0.0 # Prefect does not work with 1.4.33 and >=2.0.0 has breaking changes
4038
suds-py3==1.4.5.0
4139
surveygizmo==1.2.3
42-
twilio==8.2.1
40+
twilio==9.3.8
4341
urllib3==1.26.19
4442
validate-email==1.3
4543
xmltodict==0.14.1

0 commit comments

Comments
 (0)