Skip to content

Commit 8ef5ca4

Browse files
authored
Update lock file to use ansible-core 2.15.0 (#3449)
1 parent 4343058 commit 8ef5ca4

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

.config/requirements-lock.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
#
55
# pip-compile --no-annotate --output-file=.config/requirements-lock.txt --resolver=backtracking --strip-extras --unsafe-package=resolvelib --unsafe-package=ruamel-yaml-clib pyproject.toml
66
#
7-
ansible-core==2.14.5
7+
ansible-core==2.15.0
88
attrs==23.1.0
99
black==23.3.0
1010
bracex==2.3.post1
1111
cffi==1.15.1
1212
click==8.1.3
1313
cryptography==40.0.2
1414
filelock==3.12.0
15+
importlib-resources==5.0.7
1516
jinja2==3.1.2
1617
jsonschema==4.17.3
1718
markdown-it-py==2.2.0

.config/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# 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
66
#
7-
ansible-core==2.14.5
7+
ansible-core==2.15.0
88
astroid==2.15.5
99
attrs==23.1.0
1010
beautifulsoup4==4.12.1
@@ -32,6 +32,7 @@ griffe==0.26.0
3232
htmlmin2==0.1.13
3333
idna==3.4
3434
importlib-metadata==6.1.0
35+
importlib-resources==5.0.7
3536
iniconfig==2.0.0
3637
isodate==0.6.1
3738
isort==5.12.0

test/schemas/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/js-yaml": "^4.0.5",
1717
"@types/minimatch": "^5.1.2",
1818
"@types/mocha": "^10.0.1",
19-
"@types/node": "^20.1.4",
19+
"@types/node": "^20.1.5",
2020
"chai": "^4.3.7",
2121
"minimatch": "^9.0.0",
2222
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)