Skip to content

Commit

Permalink
build(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 7 updates

Bumps the production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.5.2` | `3.10.0` |
| [numpy](https://github.com/numpy/numpy) | `1.22.4` | `2.2.2` |
| [pandas](https://github.com/pandas-dev/pandas) | `1.4.2` | `2.2.3` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `0.20.0` | `1.0.1` |
| [requests](https://github.com/psf/requests) | `2.28.0` | `2.32.3` |
| [scipy](https://github.com/scipy/scipy) | `1.8.1` | `1.15.1` |
| [seaborn](https://github.com/mwaskom/seaborn) | `0.11.2` | `0.13.2` |



Updates `matplotlib` from 3.5.2 to 3.10.0
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.5.2...v3.10.0)

Updates `numpy` from 1.22.4 to 2.2.2
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.22.4...v2.2.2)

Updates `pandas` from 1.4.2 to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.4.2...v2.2.3)

Updates `python-dotenv` from 0.20.0 to 1.0.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v0.20.0...v1.0.1)

Updates `requests` from 2.28.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.0...v2.32.3)

Updates `scipy` from 1.8.1 to 1.15.1
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.8.1...v1.15.1)

Updates `seaborn` from 0.11.2 to 0.13.2
- [Release notes](https://github.com/mwaskom/seaborn/releases)
- [Commits](mwaskom/seaborn@v0.11.2...v0.13.2)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: seaborn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 96f3b19 commit adb2f0c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
matplotlib==3.5.2
numpy==1.22.4
pandas==1.4.2
python-dotenv==0.20.0
requests==2.32.2
scipy==1.8.1
seaborn==0.11.2
matplotlib==3.10.0
numpy==2.2.2
pandas==2.2.3
python-dotenv==1.0.1
requests==2.32.3
scipy==1.15.1
seaborn==0.13.2

0 comments on commit adb2f0c

Please sign in to comment.