Skip to content

Commit be1efc1

Browse files
Upgrade packages (#35)
Upgrading certifi,urllib3, setuptools,psutil Co-authored-by: Anubhav Singh <anubhav.singh@logicmonitor.com>
1 parent fbc0895 commit be1efc1

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
certifi = "==2022.12.07"
7+
certifi = "2023.7.22"
88
python-dateutil = "2.8.2"
99
six = "1.16.0"
10-
urllib3 = "1.26.14"
10+
urllib3 = "2.0.4"
1111

1212
[dev-packages]
1313

Pipfile.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

logicmonitor_data_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
=======
99
"""
1010

11-
__version__ = "0.0.9.beta1"
11+
__version__ = "0.0.9.beta2"

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
certifi>=2022.12.07
1+
certifi>=2023.7.22
22
python-dateutil>=2.8.2
33
six>=1.16.0
4-
urllib3>=1.26.14
5-
setuptools >= 21.0.0
6-
psutil~=5.9.0
4+
urllib3>=2.0.4
5+
setuptools>=68.0.0
6+
psutil~=5.9.5

0 commit comments

Comments
 (0)