Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-minor-and-patch-dependency-updates group across 1 directory with 10 updates #8

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 29, 2024

Bumps the all-minor-and-patch-dependency-updates group with 10 updates in the / directory:

Package From To
setuptools-scm[toml] 8.0.4 8.1.0
pytest 8.2.0 8.2.1
ruff 0.4.2 0.4.6
boto3 1.34.96 1.34.115
django-health-check 3.18.1 3.18.2
django-storages[s3] 1.14.2 1.14.3
django-sql-explorer[charts] 4.2 4.3
openpyxl 3.1.2 3.1.3
psycopg[binary,pool] 3.1.18 3.1.19
nbsphinx 0.9.3 0.9.4

Updates setuptools-scm[toml] from 8.0.4 to 8.1.0

Release notes

Sourced from setuptools-scm[toml]'s releases.

v8.1.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from setuptools-scm[toml]'s changelog.

Commits
  • 234b74f Merge pull request #1039 from ap--/fix-timezone-error
  • 3e613cd [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 49a89c9 setuptools_scm.git: fix handling of dates in isoformat ending with Z
  • 9645373 tests: add git get_head_date test for isoformat dates ending with Z
  • d75201a Merge pull request #1024 from danchr/hg-archive-branch
  • d8d2b86 Merge pull request #1033 from LecrisUT/fix/git_archival
  • 9ea57a0 Make .git_archival.txt more reproducible
  • d081257 Merge pull request #1027 from pypa/pre-commit-ci-update-config
  • c9b3860 [pre-commit.ci] pre-commit autoupdate
  • 1ac50c2 Merge pull request #1026 from pypa/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Updates pytest from 8.2.0 to 8.2.1

Release notes

Sourced from pytest's releases.

8.2.1

pytest 8.2.1 (2024-05-19)

Improvements

  • #12334: Support for Python 3.13 (beta1 at the time of writing).

Bug Fixes

  • #12120: Fix [PermissionError]{.title-ref} crashes arising from directories which are not selected on the command-line.
  • #12191: Keyboard interrupts and system exits are now properly handled during the test collection.
  • #12300: Fixed handling of 'Function not implemented' error under squashfuse_ll, which is a different way to say that the mountpoint is read-only.
  • #12308: Fix a regression in pytest 8.2.0 where the permissions of automatically-created .pytest_cache directories became rwx------ instead of the expected rwxr-xr-x.

Trivial/Internal Changes

  • #12333: pytest releases are now attested using the recent Artifact Attestation support from GitHub, allowing users to verify the provenance of pytest's sdist and wheel artifacts.
Commits
  • 66ff8df Prepare release version 8.2.1
  • 3ffcfd1 Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x
  • 0b28313 [8.2.x] Add Python 3.13 (beta) support
  • f3dd93a [8.2.x] Attest package provenance (#12335)
  • bb5a125 [8.2.x] Spelling (#12331)
  • f179bf2 Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x
  • 2b671b5 [8.2.x] cacheprovider: fix .pytest_cache not being world-readable
  • 65ab7cb Merge pull request #12324 from pytest-dev/backport-12320-to-8.2.x
  • 4d5fb7d Merge pull request #12319 from pytest-dev/backport-12311-to-8.2.x
  • cbe5996 [8.2.x] changelog: document unittest 8.2 change as breaking
  • Additional commits viewable in compare view

Updates ruff from 0.4.2 to 0.4.6

Release notes

Sourced from ruff's releases.

v0.4.6

Changes

Breaking changes

  • Use project-relative paths when calculating GitLab fingerprints (#11532)

Preview features

  • [flake8-async] Sleep with >24 hour interval should usually sleep forever (ASYNC116) (#11498)

Rule changes

  • [numpy] Add missing functions to NumPy 2.0 migration rule (#11528)
  • [mccabe] Consider irrefutable pattern similar to if .. else for C901 (#11565)
  • Consider match-case statements for C901, PLR0912, and PLR0915 (#11521)
  • Remove empty strings when converting to f-string (UP032) (#11524)
  • [flake8-bandit] request-without-timeout should warn for requests.request (#11548)
  • [flake8-self] Ignore sunder accesses in flake8-self rules (#11546)
  • [pyupgrade] Lint for TypeAliasType usages (UP040) (#11530)

Server

  • Respect excludes in ruff server configuration discovery (#11551)
  • Use default settings if initialization options is empty or not provided (#11566)
  • ruff server correctly treats .pyi files as stub files (#11535)
  • ruff server searches for configuration in parent directories (#11537)
  • ruff server: An empty code action filter no longer returns notebook source actions (#11526)

Bug fixes

  • [flake8-logging-format] Fix autofix title in logging-warn (G010) (#11514)
  • [refurb] Avoid recommending operator.itemgetter with dependence on lambda arguments (#11574)
  • [flake8-simplify] Avoid recommending context manager in __enter__ implementations (#11575)
  • Create intermediary directories for --output-file (#11550)
  • Propagate reads on global variables (#11584)
  • Treat all singledispatch arguments as runtime-required (#11523)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.4.6

Breaking changes

  • Use project-relative paths when calculating GitLab fingerprints (#11532)

Preview features

  • [flake8-async] Sleep with >24 hour interval should usually sleep forever (ASYNC116) (#11498)

Rule changes

  • [numpy] Add missing functions to NumPy 2.0 migration rule (#11528)
  • [mccabe] Consider irrefutable pattern similar to if .. else for C901 (#11565)
  • Consider match-case statements for C901, PLR0912, and PLR0915 (#11521)
  • Remove empty strings when converting to f-string (UP032) (#11524)
  • [flake8-bandit] request-without-timeout should warn for requests.request (#11548)
  • [flake8-self] Ignore sunder accesses in flake8-self rules (#11546)
  • [pyupgrade] Lint for TypeAliasType usages (UP040) (#11530)

Server

  • Respect excludes in ruff server configuration discovery (#11551)
  • Use default settings if initialization options is empty or not provided (#11566)
  • ruff server correctly treats .pyi files as stub files (#11535)
  • ruff server searches for configuration in parent directories (#11537)
  • ruff server: An empty code action filter no longer returns notebook source actions (#11526)

Bug fixes

  • [flake8-logging-format] Fix autofix title in logging-warn (G010) (#11514)
  • [refurb] Avoid recommending operator.itemgetter with dependence on lambda arguments (#11574)
  • [flake8-simplify] Avoid recommending context manager in __enter__ implementations (#11575)
  • Create intermediary directories for --output-file (#11550)
  • Propagate reads on global variables (#11584)
  • Treat all singledispatch arguments as runtime-required (#11523)

0.4.5

Ruff's language server is now in Beta

v0.4.5 marks the official Beta release of ruff server, an integrated language server built into Ruff. ruff server supports the same feature set as ruff-lsp, powering linting, formatting, and code fixes in Ruff's editor integrations -- but with superior performance and no installation required. We'd love your feedback!

You can enable ruff server in the VS Code extension today.

To read more about this exciting milestone, check out our blog post!

... (truncated)

Commits
  • 49a5a9c Bump version to v0.4.6 (#11585)
  • 69d9212 Propagate reads on global variables (#11584)
  • 4a30558 [flake8-bandit] request-without-timeout should warn for `requests.request...
  • 16acd49 Remove some unused pub functions (#11576)
  • 3989cb8 Make ruff_notebook a workspace dependency in ruff_server (#11572)
  • a38c05b Avoid recommending context manager in __enter__ implementations (#11575)
  • ab107ef Avoid recomending operator.itemgetter with dependence on lambda arg (#11574)
  • b36c713 Consider irrefutable pattern similar to if .. else for C901 (#11565)
  • 34a5063 Respect excludes in ruff server configuration discovery (#11551)
  • adc0a5d Rename document module to text_document (#11571)
  • Additional commits viewable in compare view

Updates boto3 from 1.34.96 to 1.34.115

Changelog

Sourced from boto3's changelog.

1.34.115

  • api-change:athena: [botocore] Throwing validation errors on CreateNotebook with Name containing /,:,\
  • api-change:codebuild: [botocore] AWS CodeBuild now supports manually creating GitHub webhooks
  • api-change:connect: [botocore] This release includes changes to DescribeContact API's response by including ConnectedToSystemTimestamp, RoutingCriteria, Customer, Campaign, AnsweringMachineDetectionStatus, CustomerVoiceActivity, QualityMetrics, DisconnectDetails, and SegmentAttributes information from a contact in Amazon Connect.
  • api-change:glue: [botocore] Add optional field JobMode to CreateJob and UpdateJob APIs.
  • api-change:securityhub: [botocore] Add ROOT type for TargetType model

1.34.114

  • api-change:dynamodb: [botocore] Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
  • api-change:ec2: [botocore] Providing support to accept BgpAsnExtended attribute
  • api-change:kafka: [botocore] Adds ControllerNodeInfo in ListNodes response to support Raft mode for MSK
  • api-change:swf: [botocore] This release adds new APIs for deleting activity type and workflow type resources.

1.34.113

  • api-change:dynamodb: [botocore] Documentation only updates for DynamoDB.
  • api-change:iotfleetwise: [botocore] AWS IoT FleetWise now supports listing vehicles with attributes filter, ListVehicles API is updated to support additional attributes filter.
  • api-change:managedblockchain: [botocore] This is a minor documentation update to address the impact of the shut down of the Goerli and Polygon networks.

1.34.112

  • api-change:emr-serverless: [botocore] This release adds the capability to run interactive workloads using Apache Livy Endpoint.
  • api-change:opsworks: [botocore] Documentation-only update for OpsWorks Stacks.

1.34.111

  • api-change:chatbot: [botocore] This change adds support for tagging Chatbot configurations.
  • api-change:cloudformation: [botocore] Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
  • api-change:kms: [botocore] This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
  • api-change:opensearch: [botocore] This release adds support for enabling or disabling a data source configured as part of Zero-ETL integration with Amazon S3, by setting its status.
  • api-change:wafv2: [botocore] You can now use Security Lake to collect web ACL traffic data.

1.34.110

  • api-change:cloudfront: [botocore] Model update; no change to SDK functionality.
  • api-change:glue: [botocore] Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
  • api-change:lightsail: [botocore] This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.

... (truncated)

Commits
  • 335a1e9 Merge branch 'release-1.34.115'
  • 70b7e9c Bumping version to 1.34.115
  • d5feb12 Add changelog entries from botocore
  • 05a36ef Merge branch 'release-1.34.114'
  • c5748ab Merge branch 'release-1.34.114' into develop
  • fdacd85 Bumping version to 1.34.114
  • 6f1bbff Add changelog entries from botocore
  • f5e102c Merge branch 'release-1.34.113'
  • 86ec07c Merge branch 'release-1.34.113' into develop
  • ded2a5c Bumping version to 1.34.113
  • Additional commits viewable in compare view

Updates django-health-check from 3.18.1 to 3.18.2

Release notes

Sourced from django-health-check's releases.

3.18.2

What's Changed

New Contributors

Full Changelog: revsys/django-health-check@3.18.1...3.18.2

Commits

Updates django-storages[s3] from 1.14.2 to 1.14.3

Changelog

Sourced from django-storages[s3]'s changelog.

1.14.3 (2024-05-04)


General

  • Add support for Django 5.0 and Python 3.12 ([#1331](https://github.com/jschneier/django-storages/issues/1331)_)

S3

  • Deprecated: The config class property has been deprecated in favor of the client_config setting, a future version will remove support for the property.
  • Fix disabling CloudFront signing with class variables ([#1334](https://github.com/jschneier/django-storages/issues/1334)_)
  • Fix AWS_S3_* environment variables lookup ([#1336](https://github.com/jschneier/django-storages/issues/1336)_)
  • Add client_config/AWS_S3_CLIENT_CONFIG to configure advanced botocore settings ([#1386](https://github.com/jschneier/django-storages/issues/1386)_)

Google Cloud

  • Fix re-gzipping already gzipped files ([#1366](https://github.com/jschneier/django-storages/issues/1366)_)

SFTP

  • Add SFTP_BASE_URL setting ([#1368](https://github.com/jschneier/django-storages/issues/1368)_)
  • Fix saving files when SFTP_STORAGE_ROOT is set ([#1372](https://github.com/jschneier/django-storages/issues/1372)_)

FTP

  • Add support for FTP TLS via ftps URLs ([#1320](https://github.com/jschneier/django-storages/issues/1320)_)
  • Add support for passwords with urlchars ([#1329](https://github.com/jschneier/django-storages/issues/1329)_)

.. _#1331: jschneier/django-storages#1331 .. _#1386: jschneier/django-storages#1386 .. _#1372: jschneier/django-storages#1372 .. _#1334: jschneier/django-storages#1334 .. _#1336: jschneier/django-storages#1336 .. _#1366: jschneier/django-storages#1366 .. _#1368: jschneier/django-storages#1368 .. _#1320: jschneier/django-storages#1320 .. _#1329: jschneier/django-storages#1329

Commits

Updates django-sql-explorer[charts] from 4.2 to 4.3

Release notes

Sourced from django-sql-explorer[charts]'s releases.

4.3.0

4.3.0_ (2024-05-27)

  • Keyboard shortcut to show schema hints (cmd+S / ctrl+S -- note that is a capital "S" so the full kbd commands is cmd+shift+s)
  • DB-managed LLM prompts (editable in django admin)
  • Versioned .js bundles (for cache busting)
  • Automatically populate assistant responses that contain code into the editor
  • [#616](https://github.com/chrisclark/django-sql-explorer/issues/616)_: Update schema/assistant tables/autocomplete on connection drop-down change
  • [#618](https://github.com/chrisclark/django-sql-explorer/issues/618)_: Import models so that migrations are properly understood by Django
  • [#619](https://github.com/chrisclark/django-sql-explorer/issues/619)_: Get CSRF from DOM (instead of cookie) if CSRF_USE_SESSIONS is set
Changelog

Sourced from django-sql-explorer[charts]'s changelog.

========== Change Log

This document records all notable changes to django-sql-explorer <https://github.com/chrisclark/django-sql-explorer>. This project adheres to Semantic Versioning <https://semver.org/>.

4.3.0_ (2024-05-27)

  • Keyboard shortcut to show schema hints (cmd+S / ctrl+S -- note that is a capital "S" so the full kbd commands is cmd+shift+s)
  • DB-managed LLM prompts (editable in django admin)
  • Versioned .js bundles (for cache busting)
  • Automatically populate assistant responses that contain code into the editor
  • [#616](https://github.com/chrisclark/django-sql-explorer/issues/616)_: Update schema/assistant tables/autocomplete on connection drop-down change
  • [#618](https://github.com/chrisclark/django-sql-explorer/issues/618)_: Import models so that migrations are properly understood by Django
  • [#619](https://github.com/chrisclark/django-sql-explorer/issues/619)_: Get CSRF from DOM (instead of cookie) if CSRF_USE_SESSIONS is set

4.2.0_ (2024-04-26)

  • [#609](https://github.com/chrisclark/django-sql-explorer/issues/609)_: Tracking should be opt-in and not use the SECRET_KEY
  • [#610](https://github.com/chrisclark/django-sql-explorer/issues/610)_: Import error (sql_metadata) with 4.1 version
  • [#612](https://github.com/chrisclark/django-sql-explorer/issues/612)_: Accessing the database during app initialization
  • Regex-injection vulnerability
  • Improved assistant UI

4.1.0_ (2024-04-23)

  • SQL Assistant: Built in query help via OpenAI (or LLM of choice), with relevant schema automatically injected into the prompt. Enable by setting EXPLORER_AI_API_KEY.
  • Anonymous usage telemetry. Disable by setting EXPLORER_ENABLE_ANONYMOUS_STATS to False.
  • Refactor pip requirements to make 'extras' more robust and easier to manage.
  • [#592](https://github.com/chrisclark/django-sql-explorer/issues/592)_: Support user models with no email fields
  • [#594](https://github.com/chrisclark/django-sql-explorer/issues/594)_: Eliminate tags to prevent potential Content Security Policy issues.

4.0.2_ (2024-02-06)

  • Add support for Django 5.0. Drop support for Python < 3.10.
  • Basic code completion in the editor!
  • Front-end must be built with Vite if installing from source.
  • [#565](https://github.com/chrisclark/django-sql-explorer/issues/565)_: Front-end modernization. CodeMirror 6. Bootstrap5. Vite-based build
  • [#566](https://github.com/chrisclark/django-sql-explorer/issues/566)_: Django 5 support & tests
  • [#537](https://github.com/chrisclark/django-sql-explorer/issues/537)_: S3 signature version support
  • [#562](https://github.com/chrisclark/django-sql-explorer/issues/562)_: Record and show whether the last run of each query was successful
  • [#571](https://github.com/chrisclark/django-sql-explorer/issues/571)_: Replace isort and flake8 with Ruff (linting)

4.0.0.beta1_ (2024-02-01)

  • Yanked due to a packaging version issue

... (truncated)

Commits

Updates openpyxl from 3.1.2 to 3.1.3

Updates psycopg[binary,pool] from 3.1.18 to 3.1.19

Changelog

Sourced from psycopg[binary,pool]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.2 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Add support for integer, floating point, boolean NumPy scalar types__ (:ticket:[#332](https://github.com/psycopg/psycopg/issues/332)).
  • Add !timeout and !stop_after parameters to Connection.notifies() (:ticket:340).
  • Add :ref:raw-query-cursors to execute queries using placeholders in PostgreSQL format ($1, $2...) (:ticket:[#560](https://github.com/psycopg/psycopg/issues/560)).
  • Add psycopg.capabilities object to :ref:inspect the libpq capabilities <capabilities> (:ticket:[#772](https://github.com/psycopg/psycopg/issues/772)).
  • Add ~rows.scalar_row to return scalar values from a query (:ticket:[#723](https://github.com/psycopg/psycopg/issues/723)).
  • Prepared statements are now :ref:compatible with PgBouncer <pgbouncer>. (:ticket:[#589](https://github.com/psycopg/psycopg/issues/589)).
  • Add ~Connection.set_autocommit() on sync connections, and similar transaction control methods available on the async connections.
  • Add support for libpq functions to close prepared statements and portals introduced in libpq v17 (:ticket:[#603](https://github.com/psycopg/psycopg/issues/603)).
  • Add support for libpq encrypted and non-blocking query cancellation functions introduced in libpq v17 (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • The !context parameter of sql objects ~sql.Composable.as_string() and ~sql.Composable.as_bytes() methods is now optional (:ticket:[#716](https://github.com/psycopg/psycopg/issues/716)).
  • Disable receiving more than one result on the same cursor in pipeline mode, to iterate through ~Cursor.nextset(). The behaviour was different than in non-pipeline mode and not totally reliable (:ticket:[#604](https://github.com/psycopg/psycopg/issues/604)). The Cursor now only preserves the results set of the last ~Cursor.execute(), consistently with non-pipeline mode.
  • Add ~Connection.cancel_safe() for encrypted and non-blocking cancellation If possible, use such method internally upon KeyboardInterrupt and Copy termination (:ticket:[#754](https://github.com/psycopg/psycopg/issues/754)).
  • Add support for libpq function to retrieve results in chunks introduced in libpq v17 (:ticket:[#793](https://github.com/psycopg/psycopg/issues/793)).

.. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types

Psycopg 3.1.20 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^

... (truncated)

Commits
  • 780068d chore: bump psycopg package version to 3.1.19
  • 040489c chore(crdb): upgrade types to v23.1
  • 163f366 ci(macos): test and build macOS packages on M1 runners
  • 01d5dab Merge branch 'fix-745' into maint-3.1
  • 28fc73e perf(copy): only flush at every row on copy on macOS
  • 963c5f8 Improve performance of copy
  • c9486b3 test(copy): add minimal copy benchmark framework
  • 3398945 Merge branch 'fix-734' into maint-3.1
  • cfc0782 fix(c): solve undefined behaviour caused by unaligned access
  • 611738f ci: add test to check for misaligned memory access
  • Additional commits viewable in compare view

Updates nbsphinx from 0.9.3 to 0.9.4

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.4

https://pypi.org/project/nbsphinx/0.9.4/

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css
    • The CSS from Sphinx Gallery ('sphinx_gallery.load_style') cannot be used anymore
  • Use the last image in a notebook as the default thumbnail

__ https://pypi.org/project/nbsphinx/0.9.0/ __ spatialaudio/nbsphinx@0.8.12...0.9.0

Version 0.8.12 -- 2023-01-19 -- PyPI__ -- diff__

  • Implement "link" galleries (without nested sub-documents)

__ https://pypi.org/project/nbsphinx/0.8.12/

... (truncated)

Commits
  • e9cb489 Release 0.9.4
  • ae98e6b DOC: show the matplotlib widget backend
  • dbbc0e5 CI: stop ignoring PendingDeprecationWarning about Node.traverse()
  • d30467f constrain docutils >= 0.18.1
  • 260b6d2 don't use deprecated/ignored rawsource for docutils.nodes.Text init
  • 5d0f4b8 switch Node.traverse() to findall() to avoid deprecation warnings
  • 311c53b CI: Add "trusted publishing" workflow
  • c5fbe13 CI: check multiple Python and Sphinx versions
  • 34062ec CircleCI: exclude Sphinx versions with regression in LaTeX mode
  • fdc25d8 include all items doc/ in sdists
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ory with 10 updates

Bumps the all-minor-and-patch-dependency-updates group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [setuptools-scm[toml]](https://github.com/pypa/setuptools_scm) | `8.0.4` | `8.1.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.2.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.4.6` |
| [boto3](https://github.com/boto/boto3) | `1.34.96` | `1.34.115` |
| [django-health-check](https://github.com/revsys/django-health-check) | `3.18.1` | `3.18.2` |
| [django-storages[s3]](https://github.com/jschneier/django-storages) | `1.14.2` | `1.14.3` |
| [django-sql-explorer[charts]](https://github.com/chrisclark/django-sql-explorer) | `4.2` | `4.3` |
| [openpyxl](https://openpyxl.readthedocs.io) | `3.1.2` | `3.1.3` |
| [psycopg[binary,pool]](https://github.com/psycopg/psycopg) | `3.1.18` | `3.1.19` |
| [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.3` | `0.9.4` |



Updates `setuptools-scm[toml]` from 8.0.4 to 8.1.0
- [Release notes](https://github.com/pypa/setuptools_scm/releases)
- [Changelog](https://github.com/pypa/setuptools_scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v8.0.4...v8.1.0)

Updates `pytest` from 8.2.0 to 8.2.1
- [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.2.0...8.2.1)

Updates `ruff` from 0.4.2 to 0.4.6
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.2...v0.4.6)

Updates `boto3` from 1.34.96 to 1.34.115
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.34.96...1.34.115)

Updates `django-health-check` from 3.18.1 to 3.18.2
- [Release notes](https://github.com/revsys/django-health-check/releases)
- [Changelog](https://github.com/revsys/django-health-check/blob/master/docs/changelog.rst)
- [Commits](revsys/django-health-check@3.18.1...3.18.2)

Updates `django-storages[s3]` from 1.14.2 to 1.14.3
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.2...1.14.3)

Updates `django-sql-explorer[charts]` from 4.2 to 4.3
- [Release notes](https://github.com/chrisclark/django-sql-explorer/releases)
- [Changelog](https://github.com/chrisclark/django-sql-explorer/blob/master/HISTORY.rst)
- [Commits](explorerhq/sql-explorer@4.2.0...4.3.0)

Updates `openpyxl` from 3.1.2 to 3.1.3

Updates `psycopg[binary,pool]` from 3.1.18 to 3.1.19
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.1.19)

Updates `nbsphinx` from 0.9.3 to 0.9.4
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.9.3...0.9.4)

---
updated-dependencies:
- dependency-name: setuptools-scm[toml]
  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: ruff
  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-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: django-health-check
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: django-storages[s3]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: django-sql-explorer[charts]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-minor-and-patch-dependency-updates
- dependency-name: openpyxl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: nbsphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-minor-and-patch-dependency-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 29, 2024
Copy link

codecov bot commented May 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@jamienoss jamienoss merged commit 098447e into main May 30, 2024
9 checks passed
@jamienoss jamienoss deleted the dependabot/pip/all-minor-and-patch-dependency-updates-644e027399 branch May 30, 2024 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant