Skip to content

Commit

Permalink
v7.4.1 upgrade requests and urllib3 libraries for security vulnerabil…
Browse files Browse the repository at this point in the history
…ities
  • Loading branch information
arthanson committed Oct 25, 2024
1 parent eebdb76 commit 1cb5297
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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 @@ -11,7 +11,7 @@ body:
attributes:
label: pynetbox version
description: What version of pynetbox are you currently running?
placeholder: v7.4.0
placeholder: v7.4.1
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Each pyNetBox Version listed below has been tested with its corresponding NetBox

| NetBox Version | Plugin Version |
|:--------------:|:--------------:|
| 4.0.6 | 7.4.0 |
| 4.0.6 | 7.4.1 |
| 4.0.0 | 7.3.4 |
| 3.7 | 7.3.0 |
| 3.6 | 7.2.0 |
Expand Down
2 changes: 1 addition & 1 deletion pynetbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from pynetbox.core.api import Api as api
from pynetbox.core.query import AllocationError, ContentError, RequestError

__version__ = "7.4.0"
__version__ = "7.4.1"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
requests>=2.20.0,<3.0
requests>=2.32.3,<3.0
urllib3>=2.2.3,<3
packaging

0 comments on commit 1cb5297

Please sign in to comment.