Skip to content

Commit

Permalink
[dependency]: Combine dependabot PRs
Browse files Browse the repository at this point in the history
* [dependency]: Update aiohttp requirement in /lightapi/python

Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.0...v3.11.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependency]: Bump sass

Bumps the faucet-frontend-dependencies group in /faucet/frontend with 1 update: [sass](https://github.com/sass/dart-sass).


Updates `sass` from 1.80.6 to 1.81.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.6...1.81.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: faucet-frontend-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependency]: Bump the explorer-nodewatch-dependencies group

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: explorer-nodewatch-dependencies
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: explorer-nodewatch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependency]: Bump the explorer-rest-dependencies group

Bumps the explorer-rest-dependencies group in /explorer/rest with 2 updates: [aiohttp](https://github.com/aio-libs/aiohttp) and [flask](https://github.com/pallets/flask).


Updates `aiohttp` from 3.10.10 to 3.11.2
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.10...v3.11.2)

Updates `flask` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: explorer-rest-dependencies
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: explorer-rest-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependency]: Update aiohttp requirement in /tools/shoestring

Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.0...v3.11.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Nov 18, 2024
1 parent cf15643 commit 8b9dfc5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions explorer/nodewatch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.10.10
aiohttp==3.11.2
APScheduler==3.10.4
Flask==3.0.3
Flask==3.1.0
pandas==2.2.3
plotly==5.24.1
symbol-sdk-python==3.2.2
Expand Down
4 changes: 2 additions & 2 deletions explorer/rest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp==3.10.10
Flask==3.0.3
aiohttp==3.11.2
Flask==3.1.0
psycopg2-binary==2.9.10
symbol-sdk-python==3.2.2
zenlog==1.1
Expand Down
14 changes: 7 additions & 7 deletions faucet/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lightapi/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp~=3.10.0
aiohttp~=3.11.2
symbol-sdk-python~=3.2.0
zenlog~=1.1
2 changes: 1 addition & 1 deletion tools/shoestring/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp~=3.10.0
aiohttp~=3.11.2
Jinja2~=3.1.2
prompt_toolkit~=3.0.39
PyYAML~=6.0.1
Expand Down

0 comments on commit 8b9dfc5

Please sign in to comment.