Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps the simple group in /misc/dbt-materialize with 5 updates:

Package From To
agate 1.9.1 1.13.0
dbt-semantic-interfaces 0.9.0 0.10.0
isodate 0.6.1 0.7.2
mashumaro 3.14 3.17
networkx 3.4.2 3.5

Updates agate from 1.9.1 to 1.13.0

Changelog

Sourced from agate's changelog.

1.13.0 - Jan 29, 2025

  • fix: :meth:.Table.order_by sorts None as equal to None.

1.12.0 - July 29, 2024

  • feat: :class:.Number accepts a no_leading_zeroes keyword argument, to indicate whether to disallow numbers with leading zeroes (not including a single zero, or a single zero before a decimal).

1.11.0 - May 27, 2024

  • fix: The key argument to :meth:.Table.to_json errors if two values are equal, even if their CSV representation is different: for example, "1/1/2020" and "01/01/2020". However, until now, this was not the case for numbers: for example, "3.0" was treated as unequal to "3.00".

1.10.2 - April 28, 2024

  • fix: Version 1.10.0 errors on piped data.

1.10.1 - April 28, 2024

  • fix: Version 1.10.0 errors on empty tables and seeks to the file's beginning, instead of to the original offset.
  • fix: :meth:.Number.csvify returns a Decimal (or None), instead of str. :meth:.Table.to_csv with quoting=csv.QUOTE_NONNUMERIC now works.

1.10.0 - April 27, 2024

  • feat: :meth:.Table.from_csv reads the file line by line. If column_types is a :class:.TypeTester, it reads the file into memory. (#778)

  • fix: Fix :meth:.TableSet.print_structure for nested tablesets. (#765)

    .. code-block:: python

    import agate mytable = agate.Table([ ('foo', 'FOO', 1), ('foo', 'FOO', 2), ('bar', 'BOZ', 1), ('bar', 'BAZ', 2), ('bar', 'BIZ'), ])

    Instead of:

    .. code-block:: none

    mytable.group_by('a').group_by('b') AttributeError: 'TableSet' object has no attribute 'rows'

... (truncated)

Commits
  • c91f95e ci: Use separate job for TestPyPI
  • deaf9c4 fix: Table.order_by sorts None as equal to None
  • c49f090 build: Iterate the version number
  • de3b206 feat: Add no_leading_zeroes kwarg to Number
  • 39cd264 test: Change test for NetBSD, closes #782
  • 58e98a7 fix: Normalize decimals for to_json(key=...), closes wireservice/csvkit#1248
  • e6fc5be chore: Use consistent variable to improve readability
  • 67181ed docs: Clarify comment from 1db7277 and remove incorrect interpretation
  • d18b6da chore(nit): Fix typo
  • 0dc575f build: Iterate the version number
  • Additional commits viewable in compare view

Updates dbt-semantic-interfaces from 0.9.0 to 0.10.0

Updates isodate from 0.6.1 to 0.7.2

Changelog

Sourced from isodate's changelog.

0.7.2 (2024-10-08)

  • drop end of life python versions
  • Don't match garbage characters at the end of parsed strings #16 (Gabriel de Perthuis)

Potentially breaking changes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Fractional seconds are cut off to microseconds (always round down)
  • Allow control over return type of parse_duration #64 (Felix Claessen)
  • Python >= 3.7 required
Commits

Updates mashumaro from 3.14 to 3.17

Release notes

Sourced from mashumaro's releases.

v3.17

Changes

  • Added support for Python 3.14 (#285)
  • Improved generating JSON Schema references and titles for generic dataclasses (#291)
  • Fixed JSON Schema for a generic dataclass with a field type T (#290)
  • Fixed ignoring NotRequired when using from __future__ import annotations (#292)
  • Added support for user extra args in field_options function (#286)
  • Improved packaging by switching from setup.py to pyproject.toml (#284)

v3.16

Changes

  • Added support for custom JSON Schema instance formats defined by users (#267)
  • Added support for typing.ReadOnly and typing_extensions.ReadOnly from PEP 705 (#272)
  • Fixed AttributeError when using generic SerializableType subclass (#275)

v3.15

Changes

  • Improved Union and basic types deserialization (#256), highlighted changes:
    • Expected int | float or float | int value can now be passed through without coercion and losing precision
    • Expected str value will be guaranteed to be a string version of the input value (#42)
    • Expected bool value will be guaranteed to be a boolean using standard truth testing procedure for the input value
    • Expected NoneType will be guaranteed to be None regardless of the input value
  • Introduced JSON Schema plugin system (#265), see updated documentation
    • Added built-in DocstringDescriptionPlugin to use a docstring as a description (#222)
  • Added support for recursive Union types (#206)
  • Configured MANIFEST.in to include tests folder in the sdist (#262)
  • Dropped support for Python 3.8 (#258)
Commits
  • 6ea604b Bump version
  • ef0f59f Merge pull request #296 from Fatal1ty/notrequired-workaround
  • 3cc3379 Add tests for NotRequired with future annotations
  • c5c5244 Add workaround for NotRequired with future annotations in JSON Schema
  • 8edf0d8 Add workaround for NotRequired used with future annotations
  • b82b15a Merge pull request #294 from Fatal1ty/enable-some-tests
  • 051d420 Remove tests/test_serialization_strategy_563.py
  • 70d428c Enable previously disabled tests and do some refactoring
  • 5833f95 Merge pull request #285 from cdce8p-forks/python-3.14
  • cf99107 Revert "Fix ByteString checks"
  • Additional commits viewable in compare view

Updates networkx from 3.4.2 to 3.5

Release notes

Sourced from networkx's releases.

NetworkX 3.5

networkx 3.5

We're happy to announce the release of networkx 3.5!

API Changes

  • Save Layouts on Graphs (#7571).
  • Expire d_separated and minimum_d_separator functions (#7830).
  • Expire all_triplets deprecation (#7828).
  • Expire random_triad deprecation (#7829).
  • DEP: Raise an exception for k_core functions with multigraphs (#7831).
  • Deprecate graph_could_be_isomorphic (#7826).
  • Expire total_spanning_tree_weight deprecation (#7843).
  • Expire deprecation of create kwarg in nonisomorphic_trees (#7847).
  • New draw API (#7589).

Enhancements

  • perf: optimise random_k_out_graph (#7702).
  • Clausets local community detection algorithm (#7691).
  • find_asteroidal_triple improvement (#7736).
  • Add weight to harmonic_diameter (#7636).
  • Densest Subgraph Problem: Greedy Peeling and Greedy++ Implementations (#7731).
  • single_source_all_shortest_paths: don't loop over all nodes (#7762).
  • Error message improvement for nbunch_iter ( NetworkXError raised with specific message on TypeError with "iter" in msg ) (#7790).
  • Faster computation of energy in Laplacian centrality (#7793).
  • Make forceatlas2_layout dispatchable (#7794).
  • Update dispatchable for forceatlas2_layout (#7798).
  • Enable backend-only functions where NetworkX is just an API (#7690).
  • Steinertree kou enhancement in response to issue 5889 type:Enhancements (#7767).
  • Add Leiden as a backend-only algorithm (#7743).
  • Bipartite layout nodes optional (#7756).
  • Densest Subgraph Problem: FISTA based algorithm + Large scale tests (#7770).
  • Dispatch get_node_attributes and a few more from nx.classes.function (#7824).
  • Faster could_be_isomorphic and number_of_cliques (#7855).
  • Add square_clustering to algorithm benchmarks (#7857).
  • Faster Implementation of Structural Holes (#7249).
  • Improve runtime of number_of_nonisomorphic_trees() (#7917).
  • Fix write_gexf timeformat for dynamic Graphs (#7914).
  • Consolidate could_be_isomorphic (#7852).
  • Improving rooted_tree_isomorphism for deep trees (#7945).
  • Fixing nx.diameter inconsistent results with usebounds=True (#7954).
  • Faster square_clustering (#7810).
  • Avoid repeated cache conversion failures for backends (#7768).
  • Improve _sparse_fruchterman_reingold with L-BFGS (#7889).
  • Improve Performance of Tree Isomorphism and Center Calculation (#7946).
  • Add option for biadjacency_matrix to be returned as a dense NumPy array (#7973).
  • Add Functions for Finding Connected Dominating Sets (#7774).
  • Add feature to make storing node contraction data optional (#7902).

... (truncated)

Commits
  • 4fa222d Designate 3.5 release
  • 9fd0532 Fix typo in min_edge_cover docstring (#8075)
  • fc67a54 Clarify subgraph node/edge order is not preserved (#8069)
  • 7c97a10 Minor refactor to cleanup/improve matching test suite (#8068)
  • 9e33b11 Fix edge case in ISMAGS symmetry detection (#8055)
  • 5f06a49 Add note about cycles in maximum_flow() (#8058)
  • 6791918 TST: Minor improvements to layout test suite (#8049)
  • 2bbd7a4 STY: Rm local variable remapping of heappush and heappop. (#8051)
  • dc8de3b fix bug of _sparse_fruchterman_reingold and remove try/except idiom (#8041)
  • 335fe23 Add a new gallery spring layout (#8042)
  • 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

Bumps the simple group in /misc/dbt-materialize with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [agate](https://github.com/wireservice/agate) | `1.9.1` | `1.13.0` |
| dbt-semantic-interfaces | `0.9.0` | `0.10.0` |
| [isodate](https://github.com/gweis/isodate) | `0.6.1` | `0.7.2` |
| [mashumaro](https://github.com/Fatal1ty/mashumaro) | `3.14` | `3.17` |
| [networkx](https://github.com/networkx/networkx) | `3.4.2` | `3.5` |


Updates `agate` from 1.9.1 to 1.13.0
- [Changelog](https://github.com/wireservice/agate/blob/master/CHANGELOG.rst)
- [Commits](wireservice/agate@1.9.1...1.13.0)

Updates `dbt-semantic-interfaces` from 0.9.0 to 0.10.0

Updates `isodate` from 0.6.1 to 0.7.2
- [Changelog](https://github.com/gweis/isodate/blob/master/CHANGES.txt)
- [Commits](gweis/isodate@0.6.1...0.7.2)

Updates `mashumaro` from 3.14 to 3.17
- [Release notes](https://github.com/Fatal1ty/mashumaro/releases)
- [Commits](Fatal1ty/mashumaro@v3.14...v3.17)

Updates `networkx` from 3.4.2 to 3.5
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](networkx/networkx@networkx-3.4.2...networkx-3.5)

---
updated-dependencies:
- dependency-name: agate
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: dbt-semantic-interfaces
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: isodate
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: mashumaro
  dependency-version: '3.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
- dependency-name: networkx
  dependency-version: '3.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: simple
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Oct 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 28, 2025 02:15
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Oct 28, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 29, 2025
@dependabot dependabot bot deleted the dependabot/pip/misc/dbt-materialize/simple-bbe3b46998 branch October 29, 2025 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: dependency upgrades

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant