Skip to content

Commit

Permalink
Merge pull request #9 from netboxlabs/develop
Browse files Browse the repository at this point in the history
release: bump certifi
  • Loading branch information
mfiedorowicz authored Jul 10, 2024
2 parents e29baeb + 6a1c8ff commit 8d4f20b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

permissions:
contents: write
checks: write
pull-requests: write

jobs:
tests:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: dist
skip-existing: true

semantic-release:
name: Semantic release
Expand Down
5 changes: 5 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Security Policy

## Reporting a Vulnerability

Please send any suspected vulnerability report to [email protected]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [ # Optional
]

dependencies = [
"certifi==2024.2.2",
"certifi==2024.7.4",
"grpcio==1.62.1",
"grpcio-status==1.62.1",
"sentry-sdk>=2.2.1",
Expand Down

0 comments on commit 8d4f20b

Please sign in to comment.