Skip to content

Commit 1847dc4

Browse files
requirements update (#783)
* requirements update * update version
1 parent 38faae3 commit 1847dc4

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Juniper Networks supports Ansible for managing devices running the Junos operati
88
This collection is hosted on the Ansible Galaxy website under the collection
99
[juniper.device](https://galaxy.ansible.com/ui/repo/published/juniper/device/).
1010

11-
The `juniper.device` collection includes a set of Ansible modules that perform specific operational and configuration tasks on devices running Junos OS.
11+
The Junos Ansible Collection for Junos uses the juniper.device namespace. The `juniper.device` collection includes a set of Ansible modules that perform specific operational and configuration tasks on devices running Junos OS.
1212
These tasks include: installing and upgrading Junos OS, provisioning new Junos devices in the network, loading configuration changes,
1313
retrieving information, and resetting, rebooting, or shutting down managed devices. Please refer to the
1414
[INSTALLATION](https://github.com/Juniper/ansible-junos-stdlib/blob/master/README.md#installation) section for instructions on installing this collection.
@@ -67,12 +67,13 @@ should be added to the Ansible configuration file in order to allow the jsnapy c
6767

6868
This modules requires the following to be installed on the Ansible control machine:
6969

70-
- Python >= 3.8
71-
- [Ansible](https://pypi.org/project/ansible/) 2.9 or later
72-
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.6.0 or later
70+
- Python >= 3.12
71+
- [Ansible](https://pypi.org/project/ansible/) 2.17 or later
72+
- Junos [py-junos-eznc](https://github.com/Juniper/py-junos-eznc) 2.7.3 or later
7373
- [jxmlease](https://github.com/Juniper/jxmlease) 1.0.1 or later
7474
- [xmltodict](https://pypi.org/project/xmltodict/) 0.13.0 or later
7575
- [jsnapy](https://github.com/Juniper/jsnapy) 1.3.7 or later
76+
- [packaging](https://github.com/pypa/packaging) 25.0 or later
7677

7778
## Installation
7879

ansible_collections/juniper/device/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace: juniper
99
name: device
1010

1111
# The version of the collection. Must be compatible with semantic versioning
12-
version: 1.0.9
12+
version: 2.0.0
1313

1414
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1515
readme: README.md
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
VERSION = "v1.0.9.dev0"
5-
DATE = "2025-Apr-30"
4+
VERSION = "v2.0.0"
5+
DATE = "2025-Oct-30"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
junos-eznc >= 2.6.0
2-
jsnapy>=1.3.6
1+
junos-eznc >= 2.7.3
2+
jsnapy>=1.3.7
33
jxmlease
44
xmltodict
55
packaging

0 commit comments

Comments
 (0)