Skip to content

Commit 24b5972

Browse files
Snyk changes
1 parent 3dcef7f commit 24b5972

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/v5-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- v5
7+
pull_request:
8+
branches:
9+
- master
710
jobs:
811
compile:
912
runs-on: ubuntu-latest

.github/workflows/v5-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
default: 'testpypi'
1414
pull_request:
1515
branches:
16-
- main
16+
- master
1717

1818
permissions:
1919
contents: write

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
3535
tomli==2.2.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
3636
types-pyyaml==6.0.12.20250915 ; python_version >= "3.7" and python_version < "4.0"
3737
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8"
38-
urllib3==2.5.0 ; python_version >= "3.7" and python_version < "4.0"
38+
urllib3==2.6.0 ; python_version >= "3.7" and python_version < "4.0"
3939
userpath==1.9.2 ; python_version >= "3.7" and python_version < "4.0"
4040
yarl==1.20.0 ; python_version >= "3.7" and python_version < "4.0"
4141
zipp==3.19.1 ; python_version >= "3.7" and python_version < "3.8"

0 commit comments

Comments
 (0)