Compare commits

..

1 commit

Author SHA1 Message Date
Felix Prasse 2336ed72b4
Merge a883a064f6 into 9057d17fd9 2026-02-26 23:10:54 +01:00
4 changed files with 3 additions and 10 deletions

View file

@ -19,15 +19,8 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
name: Checks syntax of our code name: Checks syntax of our code
permissions: permissions:
# contents permission to clone the repository
contents: read contents: read
packages: read packages: read
# issues and pull-requests permissions to write results as pull
# request comments. Omit them if you don't need summary comments
issues: write
pull-requests: write
# To report GitHub Actions status checks. Omit if you don't need
# to update commit status
statuses: write statuses: write
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6

View file

@ -1 +1 @@
4.0.2 4.0.1

View file

@ -1,6 +1,6 @@
services: services:
netbox: &netbox netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.2} image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.1}
depends_on: depends_on:
- postgres - postgres
- redis - redis

View file

@ -4,4 +4,4 @@ granian[uvloop]==2.7.2
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml
--no-binary xmlsec --no-binary xmlsec
sentry-sdk[django]==2.54.0 sentry-sdk[django]==2.53.0