Skip to content

Commit

Permalink
Merge pull request #12371 from netbox-community/develop
Browse files Browse the repository at this point in the history
Release v3.5.0
  • Loading branch information
jeremystretch authored Apr 27, 2023
2 parents 72767fb + a5bc9d4 commit eac7d01
Show file tree
Hide file tree
Showing 589 changed files with 179,903 additions and 8,429 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.4.10
placeholder: v3.5.0
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v3.4.10
placeholder: v3.5.0
validations:
required: true
- type: dropdown
Expand Down
27 changes: 21 additions & 6 deletions base_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# HTML sanitizer
# https://github.com/mozilla/bleach/blob/main/CHANGES
bleach<6.0
bleach

# Python client for Amazon AWS API
# https://github.com/boto/boto3/blob/develop/CHANGELOG.rst
boto3

# The Python web framework on which NetBox is built
# https://docs.djangoproject.com/en/stable/releases/
Expand Down Expand Up @@ -62,9 +66,21 @@ django-timezone-field
# https://www.django-rest-framework.org/community/release-notes/
djangorestframework

# Swagger/OpenAPI schema generation for REST APIs
# https://drf-yasg.readthedocs.io/en/stable/changelog.html
drf-yasg[validation]
# Sane and flexible OpenAPI 3 schema generation for Django REST framework.
# https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst
drf-spectacular

# Serve self-contained distribution builds of Swagger UI and Redoc with Django.
# https://github.com/tfranzel/drf-spectacular-sidecar
drf-spectacular-sidecar

# Git client for file sync
# https://github.com/jelmer/dulwich/releases
dulwich

# RSS feed parser
# https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst
feedparser

# Django wrapper for Graphene (GraphQL support)
# https://github.com/graphql-python/graphene-django/releases
Expand Down Expand Up @@ -121,8 +137,7 @@ social-auth-core

# Django app for social-auth-core
# https://github.com/python-social-auth/social-app-django/blob/master/CHANGELOG.md
# See https://github.com/python-social-auth/social-app-django/issues/429
social-auth-app-django==5.0.0
social-auth-app-django

# SVG image rendering (used for rack elevations)
# hhttps://github.com/mozman/svgwrite/blob/master/NEWS.rst
Expand Down
Loading

0 comments on commit eac7d01

Please sign in to comment.