Skip to content

Commit

Permalink
Update lock file to use ansible-core 2.15.0 (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 16, 2023
1 parent 4343058 commit 8ef5ca4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .config/requirements-lock.txt
Expand Up @@ -4,14 +4,15 @@
#
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-core==2.14.5
ansible-core==2.15.0
attrs==23.1.0
black==23.3.0
bracex==2.3.post1
cffi==1.15.1
click==8.1.3
cryptography==40.0.2
filelock==3.12.0
importlib-resources==5.0.7
jinja2==3.1.2
jsonschema==4.17.3
markdown-it-py==2.2.0
Expand Down
3 changes: 2 additions & 1 deletion .config/requirements.txt
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=docs --extra=test --no-annotate --output-file=.config/requirements.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
#
ansible-core==2.14.5
ansible-core==2.15.0
astroid==2.15.5
attrs==23.1.0
beautifulsoup4==4.12.1
Expand Down Expand Up @@ -32,6 +32,7 @@ griffe==0.26.0
htmlmin2==0.1.13
idna==3.4
importlib-metadata==6.1.0
importlib-resources==5.0.7
iniconfig==2.0.0
isodate==0.6.1
isort==5.12.0
Expand Down
14 changes: 7 additions & 7 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/schemas/package.json
Expand Up @@ -16,7 +16,7 @@
"@types/js-yaml": "^4.0.5",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^20.1.4",
"@types/node": "^20.1.5",
"chai": "^4.3.7",
"minimatch": "^9.0.0",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 8ef5ca4

Please sign in to comment.