Version bump to NetBox v4.6.3 (#82)
* Add support for NetBox 4.6 * Test NetBox v4.6.3 and Python 3.14 Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com> Co-authored-by: Artem Kotik <artem.i.kotik@ringcentral.com>
This commit is contained in:
+7
-6
@@ -26,23 +26,24 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
||||
]
|
||||
dependencies = [
|
||||
"license-expression == 30.4.1",
|
||||
"license-expression == 30.4.4",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
build = [
|
||||
"build == 1.2.2.post1",
|
||||
"setuptools == 75.8.0",
|
||||
"twine == 6.1.0",
|
||||
"build == 1.5.0",
|
||||
"setuptools == 82.0.1",
|
||||
"twine == 6.2.0",
|
||||
]
|
||||
ci = [
|
||||
"coverage == 7.6.11",
|
||||
"ruff == 0.9.6",
|
||||
"coverage == 7.14.3",
|
||||
"ruff == 0.15.19",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user