Skip to content

Commit 1cb5297

Browse files
committed
v7.4.1 upgrade requests and urllib3 libraries for security vulnerabilities
1 parent eebdb76 commit 1cb5297

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: pynetbox version
1313
description: What version of pynetbox are you currently running?
14-
placeholder: v7.4.0
14+
placeholder: v7.4.1
1515
validations:
1616
required: true
1717
- type: input

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Each pyNetBox Version listed below has been tested with its corresponding NetBox
99

1010
| NetBox Version | Plugin Version |
1111
|:--------------:|:--------------:|
12-
| 4.0.6 | 7.4.0 |
12+
| 4.0.6 | 7.4.1 |
1313
| 4.0.0 | 7.3.4 |
1414
| 3.7 | 7.3.0 |
1515
| 3.6 | 7.2.0 |

pynetbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from pynetbox.core.api import Api as api
22
from pynetbox.core.query import AllocationError, ContentError, RequestError
33

4-
__version__ = "7.4.0"
4+
__version__ = "7.4.1"

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
requests>=2.20.0,<3.0
1+
requests>=2.32.3,<3.0
2+
urllib3>=2.2.3,<3
23
packaging

0 commit comments

Comments
 (0)