Skip to content

Commit 59028c9

Browse files
committed
[main]: update poetry lock ; workflow
1 parent 5285259 commit 59028c9

6 files changed

Lines changed: 96 additions & 67 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: "Auto Format Issue Title"
2+
run-name: format issue title based on issue prefix
3+
4+
on:
5+
issues:
6+
types: [opened, edited]
7+
8+
concurrency:
9+
group: format-title
10+
cancel-in-progress: true
11+
12+
permissions:
13+
issues: write
14+
15+
jobs:
16+
format_title:
17+
runs-on: ubuntu-latest
18+
if: contains(github.event.issue.title, format('{0}-', vars.PROJECT_PREFIX)) == false
19+
20+
steps:
21+
- name: Format issue title
22+
uses: recursivezero/action-club/.github/actions/format-issue-title@v0.2.57
23+
with:
24+
prefix: ${{ vars.PROJECT_PREFIX || 'SAM' }}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Issue Sync with Branch
2+
run-name: Notify whenever a branch created using issue title
3+
4+
on:
5+
create:
6+
ref_type: branch # Ensure to trigger when a branch is created
7+
8+
permissions:
9+
issues: write # Required to comment and add labels
10+
contents: read # Required to read the repo metadata
11+
12+
jobs:
13+
notify:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout Repo
17+
uses: actions/checkout@v4
18+
19+
- name: Link Branch to Issue
20+
# Point this to your centralized repository
21+
uses: recursivezero/action-club/.github/actions/branch-notify@v0.2.57
22+
with:
23+
issue_prefix: ${{ vars.PROJECT_PREFIX || 'SAM'}}
24+
branch_name: ${{ github.event.ref }}
25+
dry_run: false

.github/workflows/update-issue-number.yml

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

poetry.lock

Lines changed: 35 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
11
altair==6.0.0 ; python_version >= "3.10" and python_version < "3.13"
22
annotated-doc==0.0.4 ; python_version >= "3.10" and python_version < "3.13"
33
annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "3.13"
4-
anyio==4.12.0 ; python_version >= "3.10" and python_version < "3.13"
4+
anyio==4.12.1 ; python_version >= "3.10" and python_version < "3.13"
55
attrs==25.4.0 ; python_version >= "3.10" and python_version < "3.13"
66
beautifulsoup4==4.14.3 ; python_version >= "3.10" and python_version < "3.13"
77
blinker==1.9.0 ; python_version >= "3.10" and python_version < "3.13"
88
bs4==0.0.2 ; python_version >= "3.10" and python_version < "3.13"
9-
cachetools==6.2.4 ; python_version >= "3.10" and python_version < "3.13"
10-
certifi==2025.11.12 ; python_version >= "3.10" and python_version < "3.13"
9+
cachetools==6.2.6 ; python_version >= "3.10" and python_version < "3.13"
10+
certifi==2026.1.4 ; python_version >= "3.10" and python_version < "3.13"
1111
charset-normalizer==3.4.4 ; python_version >= "3.10" and python_version < "3.13"
1212
click==8.3.1 ; python_version >= "3.10" and python_version < "3.13"
1313
colorama==0.4.6 ; python_version >= "3.10" and python_version < "3.13" and platform_system == "Windows"
14-
dnspython==2.8.0 ; python_version >= "3.10" and python_version < "3.13"
1514
dotenv==0.9.9 ; python_version >= "3.10" and python_version < "3.13"
1615
exceptiongroup==1.3.1 ; python_version == "3.10"
1716
fastapi==0.121.3 ; python_version >= "3.10" and python_version < "3.13"
1817
gitdb==4.0.12 ; python_version >= "3.10" and python_version < "3.13"
19-
gitpython==3.1.45 ; python_version >= "3.10" and python_version < "3.13"
18+
gitpython==3.1.46 ; python_version >= "3.10" and python_version < "3.13"
2019
h11==0.16.0 ; python_version >= "3.10" and python_version < "3.13"
2120
idna==3.11 ; python_version >= "3.10" and python_version < "3.13"
2221
jinja2==3.1.6 ; python_version >= "3.10" and python_version < "3.13"
2322
jsonschema-specifications==2025.9.1 ; python_version >= "3.10" and python_version < "3.13"
24-
jsonschema==4.25.1 ; python_version >= "3.10" and python_version < "3.13"
23+
jsonschema==4.26.0 ; python_version >= "3.10" and python_version < "3.13"
2524
markupsafe==3.0.3 ; python_version >= "3.10" and python_version < "3.13"
26-
narwhals==2.14.0 ; python_version >= "3.10" and python_version < "3.13"
25+
narwhals==2.16.0 ; python_version >= "3.10" and python_version < "3.13"
2726
numpy==2.2.6 ; python_version == "3.10"
28-
numpy==2.4.0 ; python_version >= "3.11" and python_version < "3.13"
29-
packaging==25.0 ; python_version >= "3.10" and python_version < "3.13"
27+
numpy==2.4.2 ; python_version >= "3.11" and python_version < "3.13"
28+
packaging==26.0 ; python_version >= "3.10" and python_version < "3.13"
3029
pandas==2.3.3 ; python_version >= "3.10" and python_version < "3.13"
3130
pillow==12.1.1 ; python_version >= "3.10" and python_version < "3.13"
3231
protobuf==6.33.5 ; python_version >= "3.10" and python_version < "3.13"
33-
pyarrow==22.0.0 ; python_version >= "3.10" and python_version < "3.13"
32+
pyarrow==23.0.1 ; python_version >= "3.10" and python_version < "3.13"
3433
pydantic-core==2.41.5 ; python_version >= "3.10" and python_version < "3.13"
3534
pydantic==2.12.5 ; python_version >= "3.10" and python_version < "3.13"
3635
pydeck==0.9.1 ; python_version >= "3.10" and python_version < "3.13"
37-
pymongo==4.15.5 ; python_version >= "3.10" and python_version < "3.13"
3836
python-box==7.3.2 ; python_version >= "3.10" and python_version < "3.13"
3937
python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "3.13"
4038
python-dotenv==1.2.1 ; python_version >= "3.10" and python_version < "3.13"
@@ -44,10 +42,10 @@ requests==2.32.5 ; python_version >= "3.10" and python_version < "3.13"
4442
rpds-py==0.30.0 ; python_version >= "3.10" and python_version < "3.13"
4543
six==1.17.0 ; python_version >= "3.10" and python_version < "3.13"
4644
smmap==5.0.2 ; python_version >= "3.10" and python_version < "3.13"
47-
soupsieve==2.8.1 ; python_version >= "3.10" and python_version < "3.13"
45+
soupsieve==2.8.3 ; python_version >= "3.10" and python_version < "3.13"
4846
starlette==0.50.0 ; python_version >= "3.10" and python_version < "3.13"
49-
streamlit==1.52.2 ; python_version >= "3.10" and python_version < "3.13"
50-
tenacity==9.1.2 ; python_version >= "3.10" and python_version < "3.13"
47+
streamlit==1.54.0 ; python_version >= "3.10" and python_version < "3.13"
48+
tenacity==9.1.4 ; python_version >= "3.10" and python_version < "3.13"
5149
toml==0.10.2 ; python_version >= "3.10" and python_version < "3.13"
5250
tornado==6.5.4 ; python_version >= "3.10" and python_version < "3.13"
5351
typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "3.13"

0 commit comments

Comments
 (0)