Skip to content

Commit

Permalink
Bump the latest creator version
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii committed Oct 11, 2024
1 parent 54cb8e9 commit 5e6fab0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ansible-builder==3.1.0
ansible-compat==24.9.1
ansible-core==2.17.4
ansible-creator==24.9.0
ansible-creator==24.10.0
ansible-dev-environment==24.9.0
ansible-lint==24.9.2
ansible-navigator==24.9.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ansible-builder==3.1.0
ansible-compat==24.9.1
ansible-core==2.17.4
ansible-creator==24.9.0
ansible-creator==24.10.0
ansible-dev-environment==24.9.0
ansible-lint==24.9.2
ansible-navigator==24.9.0
Expand Down
2 changes: 1 addition & 1 deletion .config/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible-builder
ansible-creator>=24.4.1
ansible-creator>=24.10.0
ansible-dev-environment
ansible-lint
ansible-navigator
Expand Down
26 changes: 13 additions & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Module",
"type": "debugpy",
"request": "launch",
"module": "ansible-dev-tools",
"justMyCode": false
}
]
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Module",
"type": "debugpy",
"request": "launch",
"module": "ansible-dev-tools",
"justMyCode": false
}
]
}
2 changes: 1 addition & 1 deletion src/ansible_dev_tools/resources/server/data/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ paths:
content:
application/json:
schema:
$ref: "#/components/schemas/Error"
$ref: "#/components/schemas/Error"

components:
schemas:
Expand Down

0 comments on commit 5e6fab0

Please sign in to comment.