Skip to content

Commit 2cc920f

Browse files
Upgrade pip packages (#23)
Co-authored-by: Anubhav Singh <anubhav.singh@logicmonitor.com>
1 parent bf8beab commit 2cc920f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Pipfile

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

66
[packages]
7-
certifi = ">=14.05.14"
8-
six = ">=1.10"
9-
python-dateutil = ">=2.5.3"
10-
urllib3 = ">=1.15.1"
7+
certifi = "==2022.12.07"
8+
python-dateutil = "2.8.2"
9+
six = "1.16.0"
10+
urllib3 = "1.26.14"
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.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
certifi >= 14.05.14
2-
six >= 1.10
3-
python_dateutil >= 2.5.3
1+
certifi>=2022.12.07
2+
python-dateutil>=2.8.2
3+
six>=1.16.0
4+
urllib3>=1.26.14
45
setuptools >= 21.0.0
5-
urllib3 >= 1.15.1
66
psutil~=5.9.0

0 commit comments

Comments
 (0)