Skip to content

Commit

Permalink
Use Requests 2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaLblnd committed Mar 7, 2022
1 parent 73a97ec commit 4b9277a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ conditions of the subcomponent's license, as noted in the LICENSE file.
<properties>
<provider.name>EfficientIP SOLIDserver</provider.name>
<provider.description>EfficientIP SOLIDserver IPAM integration for vRA 8</provider.description>
<provider.version>0.4</provider.version>
<provider.version>0.5</provider.version>

<provider.supportsAddressSpaces>false</provider.supportsAddressSpaces>
<provider.supportsUpdateRecord>false</provider.supportsUpdateRecord>
Expand Down
2 changes: 1 addition & 1 deletion src/main/python/allocate_ip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.21.0
requests==2.25.1
2 changes: 1 addition & 1 deletion src/main/python/deallocate_ip/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.21.0
requests==2.25.1
2 changes: 1 addition & 1 deletion src/main/python/get_ip_ranges/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.21.0
requests==2.25.1
2 changes: 1 addition & 1 deletion src/main/python/validate_endpoint/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# User libs go here
#
requests==2.21.0
requests==2.25.1
#
# ----------------- #
#
Expand Down

0 comments on commit 4b9277a

Please sign in to comment.