-
Notifications
You must be signed in to change notification settings - Fork 0
Dependency updates #94
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
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
efd4eb3
Bump actions/checkout from 4 to 6
dependabot[bot] db1fc0e
Bump python from 3.13-slim to 3.14-slim
dependabot[bot] abb500e
Bump werkzeug from 3.1.6 to 3.1.7
dependabot[bot] 6fbc3a5
Bump requests from 2.32.5 to 2.33.0
dependabot[bot] c9d341a
Bump github/codeql-action from 3 to 4
dependabot[bot] 7e83623
Bump gunicorn from 25.1.0 to 25.2.0
dependabot[bot] efbd8d4
Merge pull request #86 from GitTimeraider/dependabot/pip/develop/requ…
GitTimeraider cf21d96
Merge pull request #87 from GitTimeraider/dependabot/github_actions/d…
GitTimeraider a573dd2
Merge pull request #85 from GitTimeraider/dependabot/pip/develop/werk…
GitTimeraider 91b4695
Merge pull request #83 from GitTimeraider/dependabot/github_actions/d…
GitTimeraider 260051a
Merge pull request #84 from GitTimeraider/dependabot/docker/develop/p…
GitTimeraider b64ec3f
Merge pull request #88 from GitTimeraider/dependabot/pip/develop/guni…
GitTimeraider 9bc618d
Change pull request branch to 'develop'
GitTimeraider d1e8f2d
Bump requests from 2.33.0 to 2.33.1
dependabot[bot] f16f473
Bump gunicorn from 25.2.0 to 25.3.0
dependabot[bot] 47f4957
Merge pull request #91 from GitTimeraider/dependabot/pip/develop/guni…
GitTimeraider a5c2e1a
Merge pull request #90 from GitTimeraider/dependabot/pip/develop/requ…
GitTimeraider 3ba8303
Bump werkzeug from 3.1.7 to 3.1.8
dependabot[bot] 883d11c
Bump sqlalchemy from 2.0.48 to 2.0.49
dependabot[bot] d7802f2
Merge pull request #92 from GitTimeraider/dependabot/pip/develop/werk…
GitTimeraider 901f8fe
Merge pull request #93 from GitTimeraider/dependabot/pip/develop/sqla…
GitTimeraider File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,16 @@ | ||
| flask==3.1.3 | ||
| flask-login==0.6.3 | ||
| flask-wtf==1.2.2 | ||
| werkzeug==3.1.6 | ||
| werkzeug==3.1.8 | ||
| bcrypt==5.0.0 | ||
| APScheduler==3.11.2 | ||
| PyGithub==2.9.0 | ||
| gitpython==3.1.46 | ||
| python-dotenv==1.2.2 | ||
| requests==2.32.5 | ||
| sqlalchemy==2.0.48 | ||
| requests==2.33.1 | ||
| sqlalchemy==2.0.49 | ||
| flask-sqlalchemy==3.1.1 | ||
| wtforms==3.2.1 | ||
| gunicorn==25.1.0 | ||
| gunicorn==25.3.0 | ||
| pytz==2026.1.post1 | ||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Changing the docker-build workflow to run on pull requests targeting only
developmeans PRs opened againstmainwill no longer get a Docker build (and may fail required-status checks if this workflow is expected onmain). If this repo still accepts PRs tomain, consider includingmainhere (or explain/migrate branch protection accordingly).