Skip to content

Conversation

@dakotablair
Copy link
Contributor

This PR is an attempt to see if all the dependabot updates can be made at once with no issues.

dependabot bot and others added 19 commits April 11, 2024 11:38
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.7 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.1.7...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [idna](https://github.com/kjd/idna) from 2.8 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v2.8...v3.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dnspython](https://github.com/rthalley/dnspython) from 1.16.0 to 2.6.1.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v1.16.0...v2.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.31.0 to 0.35.2.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS)
- [Commits](eventlet/eventlet@v0.31.0...v0.35.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.1...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Removes [braces](https://github.com/micromatch/braces). It's no longer used after updating ancestor dependencies [braces](https://github.com/micromatch/braces), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together.


Removes `braces`

Updates `webpack` from 4.44.1 to 5.92.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.44.1...v5.92.0)

Updates `webpack-cli` from 3.3.12 to 5.1.4
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.12...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: webpack
  dependency-type: direct:development
- dependency-name: webpack-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/1.26.19/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4.
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

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

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

Thanks. Is the draft ready for review? Have you tested if the dependabot updates cause no issues?

The dependabot suggested dependencies jinja2==3.1.4 and werkzeug==3.0.3 require
a newer Flask to operate properly, however newer Flask packages do not work with
Flask-Script which has been deprecated since 2020-03-10. Therefore, making these
updates requires code changes to eliminate the dependence on Flask-Script.
@dakotablair dakotablair marked this pull request as ready for review October 23, 2024 18:57
dakotablair added a commit to CODARcode/PerformanceAnalysis that referenced this pull request Oct 23, 2024
These updates are a first step in upgrading dependencies in the Chimbuko
visualization package. See also PR #95 in the visualization repo:
CODARcode/ChimbukoVisualizationII#95
@celiafish celiafish merged commit 6c8fae9 into CODARcode:master Oct 25, 2024
@dakotablair dakotablair deleted the dependabot branch October 30, 2024 16:10
dakotablair added a commit to CODARcode/PerformanceAnalysis that referenced this pull request May 12, 2025
These updates are a first step in upgrading dependencies in the Chimbuko
visualization package. See also PR #95 in the visualization repo:
CODARcode/ChimbukoVisualizationII#95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants