Skip to content

Commit c029782

Browse files
committed
Release v4.5.3
1 parent bdd23f3 commit c029782

File tree

41 files changed

+14579
-13912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+14579
-13912
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: NetBox version
1717
description: What version of NetBox are you currently running?
18-
placeholder: v4.5.2
18+
placeholder: v4.5.3
1919
validations:
2020
required: true
2121
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
attributes:
2828
label: NetBox Version
2929
description: What version of NetBox are you currently running?
30-
placeholder: v4.5.2
30+
placeholder: v4.5.3
3131
validations:
3232
required: true
3333
- type: dropdown

.github/ISSUE_TEMPLATE/03-performance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
attributes:
99
label: NetBox Version
1010
description: What version of NetBox are you currently running?
11-
placeholder: v4.5.2
11+
placeholder: v4.5.3
1212
validations:
1313
required: true
1414
- type: dropdown

base_requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ django-graphiql-debug-toolbar
2727
django-htmx
2828

2929
# Modified Preorder Tree Traversal (recursive nesting of objects)
30-
# https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
31-
# v0.18.0 introduces errant migrations which need to be resolved
32-
django-mptt==0.17.0
30+
django-mptt
3331

3432
# Context managers for PostgreSQL advisory locks
3533
# https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt
@@ -159,7 +157,8 @@ strawberry-graphql
159157

160158
# Strawberry GraphQL Django extension
161159
# https://github.com/strawberry-graphql/strawberry-django/releases
162-
strawberry-graphql-django
160+
# Blocked by #21450
161+
strawberry-graphql-django==0.75.0
163162

164163
# SVG image rendering (used for rack elevations)
165164
# https://github.com/mozman/svgwrite/blob/master/NEWS.rst

0 commit comments

Comments
 (0)