Skip to content

Commit

Permalink
upgrade cryptography (#1429)
Browse files Browse the repository at this point in the history
Signed-off-by: Sakthi Sundaram <sakthisunda@yahoo.com>
  • Loading branch information
sakthisunda authored Mar 6, 2024
1 parent f197278 commit 6d57011
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 55 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ verify_ssl = true
name = "pypi"

[packages]
cachetools = ">=3.1.1,<4.0.0"
cachetools = "<4.0.0,>=3.1.1"
certifi = ">=2023.07.22"
click = ">=7.1.2,<8.0.0"
cryptography = ">=42.0.0"
dataclasses-json = "<1.0.0,>=0.5.6"
click = "<8.0.0,>=7.1.2"
cryptography = ">=42.0.4"
dataclasses-json = ">=0.5.6,<1.0.0"
humanfriendly = ">=4.8,<5.0"
lru-dict = ">=1.1.7,<2.0.0"
lru-dict = "<2.0.0,>=1.1.7"
lxml = ">=4.6.3,<5.0.0"
paho-mqtt = ">=1.5.1,<1.6.0"
paho-mqtt = "<1.6.0,>=1.5.1"
pika = ">=1.2.0,<2.0.0"
pyvcloud = "<23.1.0,>=23.0.4"
pyvcloud = ">=23.0.4,<23.1.0"
pyvmomi = ">=6.7.3,<7.0.0"
pyyaml = "<=6.0.0,>=5.4.1"
requests = "<3.0.0,>=2.31.0"
requests = ">=2.31.0,<3.0.0"
semantic-version = "<3.0.0,>=2.8.5"
six = ">=1.16.0,<2.0.0"
urllib3 = ">=2.0.7"
Expand Down
92 changes: 46 additions & 46 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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ certifi >= 2023.07.22
click >= 7.1.2, < 8.0.0

# cryptography 41.0.4
cryptography >=42.0.0
cryptography >=42.0.4

# dataclasses-json 0.5.6
dataclasses-json >= 0.5.6, < 1.0.0
Expand Down

0 comments on commit 6d57011

Please sign in to comment.