-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dependencies #36
base: main
Are you sure you want to change the base?
Conversation
ab204ae
to
1689877
Compare
updated dependencies on Feb, 13th |
{ | ||
"python.testing.unittestEnabled": false, | ||
"python.testing.pytestArgs": [ | ||
"src/tests" | ||
], | ||
"python.testing.pytestEnabled": true | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move this to devcontainer.json
file, under customizations
-> vscode
-> settings
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the difference? Is there a reason why this shouldn't be here? As it is now, it works within the dev container and also in the host's environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no real difference, but since the vscode configs are now in the devcontainer.json
, it was just to keep everything in one place. However, it's not necessary.
Type of change
Description of the change
Update all dependencies in project and setup dependabot (only docker now, because it's not compatible with poetry v2: dependabot/dependabot-core#11237)
Docker scout analysis:
Related PRs
N/A