Skip to content

Commit

Permalink
Bump the pip group across 2 directories with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 3 updates in the /adaptive_learning_manager directory: [tensorflow](https://github.com/tensorflow/tensorflow), [flask](https://github.com/pallets/flask) and [scikit-learn](https://github.com/scikit-learn/scikit-learn).
Bumps the pip group with 5 updates in the /example directory:

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `2.0.2` | `2.2.5` |
| [certifi](https://github.com/certifi/python-certifi) | `2021.10.8` | `2024.7.4` |
| [idna](https://github.com/kjd/idna) | `3.3` | `3.7` |
| [jinja2](https://github.com/pallets/jinja) | `3.0.3` | `3.1.4` |
| [requests](https://github.com/psf/requests) | `2.26.0` | `2.32.2` |



Updates `tensorflow` from 2.5.2 to 2.12.1
- [Release notes](https://github.com/tensorflow/tensorflow/releases)
- [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
- [Commits](tensorflow/tensorflow@v2.5.2...v2.12.1)

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

Updates `scikit-learn` from 0.24.1 to 1.5.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.24.1...1.5.0)

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

Updates `certifi` from 2021.10.8 to 2024.7.4
- [Commits](certifi/python-certifi@2021.10.08...2024.07.04)

Updates `idna` from 3.3 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.3...v3.7)

Updates `jinja2` from 3.0.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.0.3...3.1.4)

Updates `requests` from 2.26.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.26.0...v2.32.2)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent ea5dfd4 commit 39c5769
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions adaptive_learning_manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tensorflow==2.5.2
Flask==1.1.2
tensorflow==2.12.1
Flask==2.2.5
Keras==2.13.1
numpy==1.19.2
pandas==1.2.2
scikit-learn==0.24.1
scikit-learn==1.5.0
10 changes: 5 additions & 5 deletions example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
bidict==0.21.4
certifi==2021.10.8
certifi==2024.7.4
charset-normalizer==2.0.7
click==8.0.3
Flask==2.0.2
Flask==2.2.5
Flask-SocketIO==5.1.1
idna==3.3
idna==3.7
itsdangerous==2.0.1
Jinja2==3.0.3
Jinja2==3.1.4
MarkupSafe==2.0.1
numpy==1.21.4
pandas==1.3.4
python-dateutil==2.8.2
python-engineio==4.3.0
python-socketio==5.11.3
pytz==2021.3
requests==2.26.0
requests==2.32.2
six==1.16.0
urllib3==1.26.19
Werkzeug==3.0.3
Expand Down

0 comments on commit 39c5769

Please sign in to comment.