Skip to content

Commit 8d4f20b

Browse files
authored
Merge pull request #9 from netboxlabs/develop
release: bump certifi
2 parents e29baeb + 6a1c8ff commit 8d4f20b

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/lint-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ concurrency:
1010
group: ${{ github.workflow }}
1111
cancel-in-progress: false
1212

13+
permissions:
14+
contents: write
15+
checks: write
16+
pull-requests: write
17+
1318
jobs:
1419
tests:
1520
runs-on: ubuntu-latest

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ jobs:
168168
uses: pypa/gh-action-pypi-publish@release/v1
169169
with:
170170
packages-dir: dist
171-
skip-existing: true
172171

173172
semantic-release:
174173
name: Semantic release

SECURITY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
Please send any suspected vulnerability report to [email protected]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [ # Optional
2424
]
2525

2626
dependencies = [
27-
"certifi==2024.2.2",
27+
"certifi==2024.7.4",
2828
"grpcio==1.62.1",
2929
"grpcio-status==1.62.1",
3030
"sentry-sdk>=2.2.1",

0 commit comments

Comments
 (0)