Skip to content

Commit

Permalink
chore(deps): bump the python-major group across 2 directories with 5 …
Browse files Browse the repository at this point in the history
…updates

Bumps the python-major group with 1 update in the /opendata_module directory: [django](https://github.com/django/django).
Bumps the python-major group with 4 updates in the /reports_module directory: [markupsafe](https://github.com/pallets/markupsafe), [weasyprint](https://github.com/Kozea/WeasyPrint), [pillow](https://github.com/python-pillow/Pillow) and [numpy](https://github.com/numpy/numpy).


Updates `django` from 3.2.20 to 5.1.2
- [Commits](django/django@3.2.20...5.1.2)

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

Updates `weasyprint` from 61.2 to 62.3
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v61.2...v62.3)

Updates `pillow` from 10.4.0 to 11.0.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.4.0...11.0.0)

Updates `numpy` from 1.24.4 to 2.1.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.24.4...v2.1.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-major
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-major
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-major
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-major
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent 57ec292 commit 5078fe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion opendata_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
requirements = [
'setuptools==75.1.0',
'dill==0.3.9',
'django==3.2.20',
'django==5.1.2',
'pymongo==4.9.1',
'pyyaml==6.0.2',
'psycopg2==2.9.9',
Expand Down
8 changes: 4 additions & 4 deletions reports_module/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
# matplotlib, pandas, weasyprint, numpy, contourpy

requirements = [
'markupsafe==2.1.5',
'markupsafe==3.0.1',
'Jinja2==3.1.4',
'matplotlib==3.7.5',
'pandas==2.0.3',
'weasyprint==61.2',
'Pillow==10.4.0',
'weasyprint==62.3',
'Pillow==11.0.0',
'pymongo==4.9.1',
'pyyaml==6.0.2',
'requests==2.32.3',
'tinycss==0.4',
'jsonschema==4.23.0',
'numpy==1.24.4',
'numpy==2.1.2',
'contourpy==1.1.1',
]

Expand Down

0 comments on commit 5078fe5

Please sign in to comment.