further dependency updates

This commit is contained in:
Lee Goolsbee
2023-06-23 11:16:05 -05:00
parent f065de435c
commit ec564a8ff0
3 changed files with 206 additions and 221 deletions

12
Pipfile
View File

@@ -4,16 +4,16 @@ verify_ssl = true
name = "pypi"
[packages]
ansible-core = "==2.13.9"
cryptography = "==40.0.2"
boto3 = "==1.26.135"
botocore = "==1.29.135"
ansible-core = "==2.13.10"
cryptography = "==41.0.1"
boto3 = "==1.26.158"
botocore = "==1.29.158"
lxml = "==4.9.2"
psycopg2-binary = "==2.9.6"
[dev-packages]
molecule = "==4.0.1"
molecule-docker = "==2.0.0"
molecule = "==4.0.4"
molecule-docker = "==2.1.0"
docker = "==6.0.0"
pytest = "*"
pytest-testinfra = "*"