Skip to content

Commit

Permalink
dependabot security updates
Browse files Browse the repository at this point in the history
dependabot assumes we use pip and not pipenv
the pr imports #4639 and #4634
command to do it is `pipenv install -r requirements.txt`
  • Loading branch information
kayiwa committed Feb 7, 2024
1 parent ac2ec59 commit 3e835db
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 34 deletions.
49 changes: 44 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,53 @@ name = "pypi"
[packages]
ansible = "==9.1.0"
ansible-lint = "==6.22.1"
gitpython = "*"
gitdb = "*"
gitpython = "==3.1.41"
gitdb = "==4.0.11"
molecule = "==6.0.3"
pyyaml = "==6.0"
requests = "==2.31.0"
dnspython = "*"
molecule-plugins = {extras = ["docker"], version = "*"}
jmespath = "*"
dnspython = "==2.4.2"
jmespath = "==1.0.1"
ansible-compat = "==4.1.11"
ansible-core = "==2.16.3"
attrs = "==23.2.0"
black = "==23.12.1"
bracex = "==2.4"
certifi = "==2023.11.17"
cffi = "==1.16.0"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
click-help-colors = "==0.9.4"
cryptography = "==42.0.0"
docker = "==7.0.0"
enrich = "==1.2.7"
filelock = "==3.13.1"
idna = "==3.6"
jinja2 = "==3.1.3"
jsonschema = "==4.21.0"
jsonschema-specifications = "==2023.12.1"
markdown-it-py = "==3.0.0"
markupsafe = "==2.1.3"
mdurl = "==0.1.2"
molecule-plugins = {extras = ["docker"], version = "==23.5.0"}
mypy-extensions = "==1.0.0"
packaging = "==23.2"
pathspec = "==0.12.1"
platformdirs = "==4.1.0"
pluggy = "==1.3.0"
pycparser = "==2.21"
pygments = "==2.17.2"
referencing = "==0.32.1"
resolvelib = "==1.0.1"
rich = "==13.7.0"
rpds-py = "==0.17.1"
"ruamel.yaml" = "==0.18.5"
"ruamel.yaml.clib" = "==0.2.8"
smmap = "==5.0.1"
subprocess-tee = "==0.4.1"
urllib3 = "==2.1.0"
wcmatch = "==8.5"
yamllint = "==1.33.0"

[dev-packages]

Expand Down
Loading

0 comments on commit 3e835db

Please sign in to comment.