Skip to content

Bump flask-cors from 4.0.1 to 4.0.2 in /store_api#607

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/store_api/flask-cors-4.0.2
Closed

Bump flask-cors from 4.0.1 to 4.0.2 in /store_api#607
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/store_api/flask-cors-4.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2025

Bumps flask-cors from 4.0.1 to 4.0.2.

Release notes

Sourced from flask-cors's releases.

4.0.2

What's Changed

New Contributors

Full Changelog: corydolphin/flask-cors@4.0.1...4.0.2

Changelog

Sourced from flask-cors's changelog.

Change Log

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 21, 2025
@maede97 maede97 changed the base branch from master to dev April 14, 2025 15:04
@maede97
Copy link
Copy Markdown
Member

maede97 commented Apr 14, 2025

@dependabot rebase

Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/corydolphin/flask-cors/releases)
- [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md)
- [Commits](corydolphin/flask-cors@4.0.1...4.0.2)

---
updated-dependencies:
- dependency-name: flask-cors
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot changed the base branch from dev to master April 14, 2025 15:07
@dependabot dependabot bot force-pushed the dependabot/pip/store_api/flask-cors-4.0.2 branch from a137677 to a790884 Compare April 14, 2025 15:07
@maede97 maede97 changed the base branch from master to dev April 14, 2025 15:17
maede97 added a commit that referenced this pull request Apr 14, 2025
@maede97 maede97 closed this Apr 14, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 14, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/store_api/flask-cors-4.0.2 branch April 14, 2025 15:19
maede97 added a commit that referenced this pull request Apr 14, 2025
* Bump nanoid from 3.3.7 to 3.3.8 in /frontend (#576)

* Bump numpy from 2.2.0 to 2.2.1 in /backend (#577)

Bumps [numpy](https://github.com/numpy/numpy) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 22.10.2 to 22.13.0 in /frontend (#591)

* Bump pypdf from 5.1.0 to 5.2.0 in /backend (#590)

* Bump vitepress from 1.5.0 to 1.6.3 in /docs (#589)

* Bump numpy from 2.2.1 to 2.2.2 in /backend (#582)

* Bump actions/setup-node from 4.1.0 to 4.2.0 (#588)

* Bump echarts from 5.5.1 to 5.6.0 in /frontend (#578)

* Bump @types/proj4 from 2.5.5 to 2.5.6 in /frontend (#580)

Bumps [@types/proj4](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/proj4) from 2.5.5 to 2.5.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/proj4)

---
updated-dependencies:
- dependency-name: "@types/proj4"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 22.13.0 to 22.13.1 in /frontend (#594)

* Bump pypdf from 5.2.0 to 5.3.0 in /backend (#592)

* Bump the angular group in /frontend with 2 updates

Bumps the angular group in /frontend with 2 updates: [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli).


Updates `@angular-devkit/build-angular` from 18.2.12 to 18.2.14
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.12...18.2.14)

Updates `@angular/cli` from 18.2.12 to 18.2.14
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@18.2.12...18.2.14)

---
updated-dependencies:
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump numpy from 2.2.2 to 2.2.3 in /backend

Bumps [numpy](https://github.com/numpy/numpy) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.2.2...v2.2.3)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump actions/setup-node from 4.2.0 to 4.4.0 (#612)

* Bump dotenv from 16.4.7 to 16.5.0 in /e2e (#611)

* Bump ol from 10.3.1 to 10.5.0 in /frontend (#610)

* Bump numpy from 2.2.3 to 2.2.4 in /backend (#604)

* Bump flask-cors from 5.0.0 to 5.0.1 in /backend (#601)

* Bump @types/jasmine from 5.1.5 to 5.1.7 in /frontend (#599)

* Bump pypdf from 5.3.0 to 5.4.0 in /backend (#605)

* Bump gunicorn from 22.0.0 to 23.0.0 in /store_api (#608)

* Bump version

* Implement #607

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Hüppi <maede97@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant