Bump the all-minor-and-patch-dependency-updates group across 1 directory with 19 updates#36
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…ory with 19 updates Bumps the all-minor-and-patch-dependency-updates group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/PyCQA/bandit) | `1.7.9` | `1.8.0` | | [tox](https://github.com/tox-dev/tox) | `4.16.0` | `4.23.2` | | [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) | `0.17.0` | `0.18.0` | | [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.4` | `0.9.6` | | [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` | | [boto3](https://github.com/boto/boto3) | `1.34.151` | `1.35.90` | | [django](https://github.com/django/django) | `5.0.9` | `5.1.4` | | [django-decorator-include](https://github.com/twidi/django-decorator-include) | `3.0` | `3.2` | | [django-nested-admin](https://github.com/theatlantic/django-nested-admin) | `4.1.0` | `4.1.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [plotly](https://github.com/plotly/plotly.py) | `5.23.0` | `5.24.1` | | [psycopg[binary,pool]](https://github.com/psycopg/psycopg) | `3.2.1` | `3.2.3` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [whitenoise](https://github.com/evansd/whitenoise) | `6.7.0` | `6.8.2` | | [factory-boy](https://github.com/FactoryBoy/factory_boy) | `3.3.0` | `3.3.1` | | [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.28.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.4` | | [pytest-django](https://github.com/pytest-dev/pytest-django) | `4.8.0` | `4.9.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.8.4` | Updates `bandit` from 1.7.9 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.7.9...1.8.0) Updates `tox` from 4.16.0 to 4.23.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.16.0...4.23.2) Updates `sphinx-automodapi` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/astropy/sphinx-automodapi/releases) - [Changelog](https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst) - [Commits](astropy/sphinx-automodapi@v0.17.0...v0.18.0) Updates `nbsphinx` from 0.9.4 to 0.9.6 - [Release notes](https://github.com/spatialaudio/nbsphinx/releases) - [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst) - [Commits](spatialaudio/nbsphinx@0.9.4...0.9.6) Updates `build` from 1.2.1 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](pypa/build@1.2.1...1.2.2.post1) Updates `boto3` from 1.34.151 to 1.35.90 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.151...1.35.90) Updates `django` from 5.0.9 to 5.1.4 - [Commits](django/django@5.0.9...5.1.4) Updates `django-decorator-include` from 3.0 to 3.2 - [Changelog](https://github.com/twidi/django-decorator-include/blob/main/CHANGELOG.rst) - [Commits](twidi/django-decorator-include@3.0...3.2) Updates `django-nested-admin` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/theatlantic/django-nested-admin/releases) - [Changelog](https://github.com/theatlantic/django-nested-admin/blob/master/CHANGELOG.rst) - [Commits](theatlantic/django-nested-admin@v4.1.0...v4.1.1) Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.2...v2.2.3) Updates `plotly` from 5.23.0 to 5.24.1 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](plotly/plotly.py@v5.23.0...v5.24.1) Updates `psycopg[binary,pool]` from 3.2.1 to 3.2.3 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.1...3.2.3) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) Updates `whitenoise` from 6.7.0 to 6.8.2 - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@6.7.0...6.8.2) Updates `factory-boy` from 3.3.0 to 3.3.1 - [Changelog](https://github.com/FactoryBoy/factory_boy/blob/master/docs/changelog.rst) - [Commits](FactoryBoy/factory_boy@3.3.0...3.3.1) Updates `httpx` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.28.1) Updates `pytest` from 8.3.2 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.4) Updates `pytest-django` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/main/docs/changelog.rst) - [Commits](pytest-dev/pytest-django@v4.8.0...v4.9.0) Updates `ruff` from 0.5.5 to 0.8.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.5...0.8.4) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: tox dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: sphinx-automodapi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: nbsphinx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: django-decorator-include dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: django-nested-admin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: psycopg[binary,pool] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: factory-boy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-minor-and-patch-dependency-updates - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-minor-and-patch-dependency-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-minor-and-patch-dependency-updates group with 19 updates in the / directory:
1.7.91.8.04.16.04.23.20.17.00.18.00.9.40.9.61.2.11.2.2.post11.34.1511.35.905.0.95.1.43.03.24.1.04.1.12.2.22.2.35.23.05.24.13.2.13.2.36.0.16.0.26.7.06.8.23.3.03.3.10.27.00.28.18.3.28.3.44.8.04.9.00.5.50.8.4Updates
banditfrom 1.7.9 to 1.8.0Release notes
Sourced from bandit's releases.
Commits
8fd258aRemove more leftover OpenStack references (#1195)a19b072Remove Sentry as a sponsor (#1198)48e0258Add a JSON to seek funding from the FLOSS/fund (#1194)5300a21[pre-commit.ci] pre-commit autoupdate (#1196)0b249d9Update project urls with added links (#1193)4be653dMark Python 3.13 as officially supported (#1192)8e6dc1b[pre-commit.ci] pre-commit autoupdate (#1191)071386bNo need to check httpx client without timeout defined (#1177)9b4d480[pre-commit.ci] pre-commit autoupdate (#1162)ddf9b48Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#1187)Updates
toxfrom 4.16.0 to 4.23.2Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
0447036release 4.23.2f0799acSupport external tox.pytest usage via "test" extra (#3422)ec88713Fix docs link check962bc59release 4.23.15916cc9Fix example docs (#3421)e9cb93a[pre-commit.ci] pre-commit autoupdate (#3418)88c1b99Docs: adjusting EOL Python version testing remarks (#3417)7696a8erelease 4.23.0c01a023Add NETRC to the default_pass_env list (#3410)971e7dareplace tool.pyproject and tool.tox.pyproject with tool.tox in config… (#3411)Updates
sphinx-automodapifrom 0.17.0 to 0.18.0Release notes
Sourced from sphinx-automodapi's releases.
Changelog
Sourced from sphinx-automodapi's changelog.
Commits
e07759cFinalizing change log for 0.18.02e1f9e0Merge pull request #190 from astrofrog/import-private-into-public7673171Include a class imported from a public submodule too23d4849Add missing {posargs} in tox.inic7e52e1Added changelog entrybaa2716all should take precedence over onlylocals for determining what is public1775419Added regression test for importing a class from a private submodule into a p...7e5e6faMerge pull request #189 from bsipocz/MAINT_adding_sphinx8d671dd5MAINT: adding sphinx 8.0.x to the testing matrixe7c3b5cAdd sort option to automodsumm (#182)Updates
nbsphinxfrom 0.9.4 to 0.9.6Release notes
Sourced from nbsphinx's releases.
Changelog
Sourced from nbsphinx's changelog.
... (truncated)
Commits
215bf0dRelease 0.9.635686f5DOC: Remove broken link837bea6CI: ignore deprecated import_object40d8cd4Use force=True with copyfile (#819)1fda481DOC: add section about Xarray datasets84b9575markdown: Fix bullet list parsingda82a07CI: install rsvg-convert3a916b4CI: remove .travis.yml52f2b34CI: run with LaTeX and epub output8446fc5CI: enable Python 3.13-devUpdates
buildfrom 1.2.1 to 1.2.2.post1Release notes
Sourced from build's releases.
Changelog
Sourced from build's changelog.
Commits
2f66702chore: 1.2.2.post1 (#820)0580c6dci: add PyPI attestations (#821)e0e911ctests: fix under pyproject-hooks 1.2a73ecbdpre-commit: bump repositories56b3504pre-commit: bump repositories (#819)481ca54pre-commit: bump repositories (#818)025836adocs: add a missing ` in README (#817)ae37340docs: mention conda-forge name in README (#816)f81aac0ci: add Python 3.13 (#815)3b0b5d0docs: changelog for 1.2.2 (#812)Updates
boto3from 1.34.151 to 1.35.90Commits
65d95adMerge branch 'release-1.35.90'33df750Bumping version to 1.35.90b54eb5dAdd changelog entries from botocore0706dedMerge branch 'release-1.35.89'2b115a7Merge branch 'release-1.35.89' into develop654390eBumping version to 1.35.89eca7cb7Add changelog entries from botocore2693d3bMerge branch 'release-1.35.88'bdae5ecMerge branch 'release-1.35.88' into developff72deeBumping version to 1.35.88Updates
djangofrom 5.0.9 to 5.1.4Commits
2d4add1[5.1.x] Bumped version for 5.1.4 release.6943d61[5.1.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLook...bbc74a7[5.1.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().5b4d949[5.1.x] Removed question marks from headings in docs/topics/db/fixtures.txt.6e3e735[5.1.x] Fixed #35950 -- Restored refreshing of relations when fields deferred.ee2698d[5.1.x] Removed reference to "removing older versions of Django" in tutorial.bed70e2[5.1.x] Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning fo...5f82a5e[5.1.x] Added stub release notes and release date for 5.1.4, 5.0.10, and 4.2.17.4b26240[5.1.x] Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when user...08ac8c1[5.1.x] Updated maintainers of Django Debug Toolbar to Django Commons.Updates
django-decorator-includefrom 3.0 to 3.2Changelog
Sourced from django-decorator-include's changelog.
Commits
a5fe5f2Updating the versioning to 3.2 to show support for Pytohn 3.14, currently tes...3a4a861Add support for Python 3.14.4ac22bfAdd support for Python 3.14.b2bc0b9Merge branch 'develop' of github.com:twidi/django-decorator-include into developb89cd07Add support for Python 3.14.2e3eb99Merge pull request #100 from StevenMapes/develop56e6eaaUpdate build.yml47a5a79Adding in github issue templates as well as a security.md file and code of co...21c390eCorrecting the link in the readmed6c2f00Badges are now the same sizeUpdates
django-nested-adminfrom 4.1.0 to 4.1.1Commits
f9508c4v4.1.191b8614fix: js patch functions that are executed indefinitely (#263)f894371fix: Correctly show heading in tabular template (#259)Updates
pandasfrom 2.2.2 to 2.2.3Release notes
Sourced from pandas's releases.
Commits
0691c5cRLS: 2.2.3658dfddrelax cython bound6891e90Backport PR #59847: BLD: Build wheels for Python 3.13 on aarch64 as wellf108468RLS: 2.2.36958738Backport PR #59840: BLD: Final release prep for 2.2.3 (#59842)0bd98feBackport PR #59136 on branch 2.2.x (Upload 3.13 & free-threaded nightly wheel...8d67e77Backport PR #59836 on branch 2.2.x (BLD: Fix bad Cython annotation) (#59837)f7b6378Assorted backports for 2.2.x (#59785)2127b42Backport #59144 on 2.2.x / 2.3.x (remove ops div class to solve #2137) (#59535)4a20adbBackport PR #59813 on branch 2.2.x (CI: Debug failing ARM builds) (#59828)Updates
plotlyfrom 5.23.0 to 5.24.1Release notes
Sourced from plotly's releases.
Changelog
Sourced from plotly's changelog.
Commits
5d79b80update release date2cff569Merge branch 'master' into release-5.24.15182afdMerge pull request #4765 from plotly/update-plotly-js-version-2-35-2d52f2a2update plotly.js to 2.35.2481a438version changes for v5.24.1ef4eb44Merge pull request #4757 from plotly/update-plotly-js-version-2-35-131e1f8fMerge branch 'master' into update-plotly-js-version-2-35-185bad44Merge pull request #4756 from plotly/update-master-with-docs-changesc72b77eUpdate package-lock.jsone5333deupdate plotly.js to 2.35.1Updates
psycopg[binary,pool]from 3.2.1 to 3.2.3Changelog
Sourced from psycopg[binary,pool]'s changelog.
... (truncated)
Commits
ce8f073chore: bump psycopg package version to 3.2.39af9267Merge pull request #917 from psycopg/pg179c9369bdocs: mention PostgreSQL 17 in binary packages in the news filed0b1a3aci: install flex to build libpq17e8d85ci(macos): fix dylib path for postgres 17 from brewd066132ci(macos): update brew to install PostgreSQL 172cc362eci: bump to PostgreSQL 17 in binary packages810bfcfchore: add PostgreSQL 17 TRANSACTION_TIMEOUT error2a02421ci: Add PostgreSQL 17 to CI test grid, remove PostgreSQL 11bea783dfix(windows): resolve absolute path to libpqUpdates
pyyamlfrom 6.0.1 to 6.0.2Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
41309b0Release 6.0.2 (#819)dd9f0e16.0.2rc1 (#809)f5527a2disable CI trigger on PR editsb4d80a7Python 3.12 + musllinux_1_1_x86_64 wheel supportUpdates
whitenoisefrom 6.7.0 to 6.8.2Changelog
Sourced from whitenoise's changelog.
Commits
2f75ac8Version 6.8.261853c7Fix compression speed gains (#616)bfc5daeVersion 6.8.16bbec0fRaise errors from threads in whitenoise.compress (#615)0b054e5Version 6.8.054c464aUpgrade and clarify Django quickstart docs (#548)d5caf8dCompress each file in a ThreadPool (#484)9494ff3Use settings.FORCE_SCRIPT_NAME correctly (#486)