Skip to content

Commit 08fe336

Browse files
jashparekhJash Parekh
andauthored
3.14 (#577)
Co-authored-by: Jash Parekh <jparekh1@wayfair.com>
1 parent 5bd0ccf commit 08fe336

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/detect_version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Create Release
3030
# Using full SHA for security
3131
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
32-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
32+
uses: ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
3333
with:
3434
token: ${{ secrets.ACCESS_TOKEN }}
3535
tag: v${{ steps.get-new-version.outputs.version }}

requirements-docs.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
mike==2.1.1
22

3-
# mike implicitly depends on pkg_resources from setuptools.
4-
# It has been addressed as part of the work towards 2.0, but that has not been released yet
5-
# https://github.com/jimporter/mike/issues/148
6-
setuptools==75.6.0
7-
83
markdown-include==0.8.1
94
mkdocs==1.6.1
105
mkdocs-material==9.5.49

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ requests==2.32.5
7777
rich==13.9.4
7878
rsa==4.9.1
7979
ruff==0.14.3
80-
setuptools==75.6.0
80+
setuptools==78.1.1
8181
shellingham==1.5.4
8282
six==1.17.0
8383
smmap==5.0.2

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
click==8.3.0
22
pydantic==2.12.3
3+
setuptools==78.1.1
34

4-
#bigquery
5+
# bigquery
56
google-api-core==2.28.1
67
google-auth==2.42.1
78
google-cloud-bigquery==3.38.0

0 commit comments

Comments
 (0)