update dependencies

This commit is contained in:
Lee Goolsbee
2023-05-17 15:43:03 -05:00
parent fd4d9b6469
commit f065de435c
3 changed files with 344 additions and 347 deletions

12
Pipfile
View File

@@ -4,12 +4,12 @@ verify_ssl = true
name = "pypi"
[packages]
ansible-core = "==2.13.4"
cryptography = "==39.0.1"
boto3 = "==1.24.68"
botocore = "==1.27.68"
lxml = "==4.9.1"
psycopg2-binary = "==2.9.3"
ansible-core = "==2.13.9"
cryptography = "==40.0.2"
boto3 = "==1.26.135"
botocore = "==1.29.135"
lxml = "==4.9.2"
psycopg2-binary = "==2.9.6"
[dev-packages]
molecule = "==4.0.1"