Skip to content

Commit 77513b8

Browse files
authored
Merge pull request #473 from RhinoSecurityLabs/update_dsnap_python
Update dsnap python
2 parents 0ddb967 + 59fd650 commit 77513b8

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

poetry.lock

+8-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["pyproject.toml"]
1010
pacu = "pacu.__main__:main"
1111

1212
[tool.poetry.dependencies]
13-
python = "^3.7"
13+
python = "^3.9"
1414
awscli = "^1.18"
1515
boto3 = "^1.16"
1616
botocore = "^1.16"
@@ -19,7 +19,7 @@ urllib3 = "^1.26.4"
1919
SQLAlchemy = "~1.3.0"
2020
SQLAlchemy-Utils = "^0.37.2"
2121
typing-extensions = "^4.0.0"
22-
dsnap = "^1.0.0"
22+
dsnap = "^1.0.1"
2323
chalice = "^1.27.3"
2424
policyuniverse = "^1.5.0.20220613"
2525
pycognito = "^2023.5.0"

0 commit comments

Comments
 (0)