Skip to content

Commit

Permalink
Upgrade packages (#35)
Browse files Browse the repository at this point in the history
Upgrading certifi,urllib3, setuptools,psutil

Co-authored-by: Anubhav Singh <anubhav.singh@logicmonitor.com>
  • Loading branch information
anubhav6663 and Anubhav Singh committed Sep 18, 2023
1 parent fbc0895 commit be1efc1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ verify_ssl = true
name = "pypi"

[packages]
certifi = "==2022.12.07"
certifi = "2023.7.22"
python-dateutil = "2.8.2"
six = "1.16.0"
urllib3 = "1.26.14"
urllib3 = "2.0.4"

[dev-packages]

Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion logicmonitor_data_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
=======
"""

__version__ = "0.0.9.beta1"
__version__ = "0.0.9.beta2"
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi>=2022.12.07
certifi>=2023.7.22
python-dateutil>=2.8.2
six>=1.16.0
urllib3>=1.26.14
setuptools >= 21.0.0
psutil~=5.9.0
urllib3>=2.0.4
setuptools>=68.0.0
psutil~=5.9.5

0 comments on commit be1efc1

Please sign in to comment.