Skip to content

Commit

Permalink
Upgrade pip packages (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Anubhav Singh <anubhav.singh@logicmonitor.com>
  • Loading branch information
anubhav6663 and Anubhav Singh committed Jan 23, 2023
1 parent bf8beab commit 2cc920f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 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 = ">=14.05.14"
six = ">=1.10"
python-dateutil = ">=2.5.3"
urllib3 = ">=1.15.1"
certifi = "==2022.12.07"
python-dateutil = "2.8.2"
six = "1.16.0"
urllib3 = "1.26.14"

[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.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
certifi >= 14.05.14
six >= 1.10
python_dateutil >= 2.5.3
certifi>=2022.12.07
python-dateutil>=2.8.2
six>=1.16.0
urllib3>=1.26.14
setuptools >= 21.0.0
urllib3 >= 1.15.1
psutil~=5.9.0

0 comments on commit 2cc920f

Please sign in to comment.