fix: Update jms-storage version 0.0.57

pull/13023/head
Bai 2024-04-15 14:30:25 +08:00 committed by Bryan
parent f0d1279a42
commit 3cfb46f798
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -3579,12 +3579,12 @@ reference = "tsinghua"
[[package]] [[package]]
name = "jms-storage" name = "jms-storage"
version = "0.0.56" version = "0.0.57"
description = "Jumpserver storage python sdk tools" description = "Jumpserver storage python sdk tools"
optional = false optional = false
python-versions = "*" python-versions = "*"
files = [ files = [
{file = "jms-storage-0.0.56.tar.gz", hash = "sha256:8ee4b121f695b8897da66cb7b3fca842d525479e7fd272db2bbbc133ea796543"}, {file = "jms-storage-0.0.57.tar.gz", hash = "sha256:765fdd0ebfa0965eb37d820b0bce2d26254126523c3f263eb7aab6a7d45253ff"},
] ]
[package.dependencies] [package.dependencies]
@ -7909,4 +7909,4 @@ reference = "tsinghua"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "1a8e1ea4acc0bfded274acb3b0faa65693a067bf280affaa195fe5cfb970777a" content-hash = "2924fdefd09ae7c8656999f0d3212cb317fbfba2d603fdfbd11d0fdfb66b3523"

View File

@ -47,7 +47,7 @@ pynacl = "1.5.0"
python-dateutil = "2.8.2" python-dateutil = "2.8.2"
pyyaml = "6.0.1" pyyaml = "6.0.1"
requests = "2.31.0" requests = "2.31.0"
jms-storage = "0.0.56" jms-storage = "0.0.57"
simplejson = "3.19.1" simplejson = "3.19.1"
six = "1.16.0" six = "1.16.0"
sshtunnel = "0.4.0" sshtunnel = "0.4.0"