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-dependencies group with 10 updates #46

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the all-dependencies group with 10 updates:

Package From To
pydantic 2.10.5 2.10.6
attrs 24.3.0 25.1.0
cachetools 5.5.0 5.5.1
curies 0.10.2 0.10.3
deprecated 1.2.15 1.2.17
google-auth 2.37.0 2.38.0
importlib-metadata 8.5.0 8.6.1
pymdown-extensions 10.14 10.14.1
referencing 0.36.1 0.36.2
tzdata 2024.2 2025.1

Updates pydantic from 2.10.5 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

Commits

Updates attrs from 24.3.0 to 25.1.0

Commits

Updates cachetools from 5.5.0 to 5.5.1

Changelog

Sourced from cachetools's changelog.

v5.5.1 (2025-01-21)

  • Add documentation regarding caching of exceptions.

  • Officially support Python 3.13.

  • Update CI environment.

Commits
  • b072920 Release v5.5.1.
  • efc3633 Fix #138: Add documentation regarding caching of exceptions.
  • d5c6892 Officially support Python 3.13.
  • a34b9c5 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/setup-...
  • 9c122a2 Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checko...
  • d44c984 Create FUNDING.yml
  • 49bff17 Bump actions/checkout from 4.1.7 to 4.2.0
  • 85c6026 Bump actions/setup-python from 5.1.1 to 5.2.0
  • See full diff in compare view

Updates curies from 0.10.2 to 0.10.3

Commits

Updates deprecated from 1.2.15 to 1.2.17

Release notes

Sourced from deprecated's releases.

v1.2.17

What's Changed

Full Changelog: laurent-laporte-pro/deprecated@v1.2.16...v1.2.17

v1.2.16

What's Changed

New Contributors

Full Changelog: laurent-laporte-pro/deprecated@v1.2.15...v1.2.16

Changelog

Sourced from deprecated's changelog.

v1.2.17 (2024-01-25)

Bug fix release

v1.2.16 (2025-01-24)

Bug fix release

Fix

  • Fix #78: Fix configuration for Packit 1.0.0

  • Fix #79: Fix the configuration for the intersphinx mapping in the Sphinx documentation. See How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>_.

Other

  • Drop support for Python older than 3.7 in GitHub Actions.
Commits
  • 3b9b829 v1.2.17 (#82)
  • 4d9d9b0 docs: upgrade version number in SVG image
  • 2fd777d fix: enhance documentation and build configuration: update versioning, fixes,...
  • 134010f Merge branch 'hotfix/1.2.17' into bugfix/read-the-docs
  • 2ea4b77 docs: Update CHANGELOG.rst
  • 9e35588 Prepare next version 1.2.17 (unreleased)
  • d8c62db build: correct bump2version configuration
  • 0becad0 build: update bump2version configuration to update version number in SVG image
  • 90f5d67 chore: update .gitignore
  • 9a12ea6 docs: correct version number in image (use SVG image)
  • Additional commits viewable in compare view

Updates google-auth from 2.37.0 to 2.38.0

Release notes

Sourced from google-auth's releases.

v2.38.0

2.38.0 (2025-01-23)

Features

  • Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

  • Add warnings regarding consuming externally sourced credentials (d049370)
Changelog

Sourced from google-auth's changelog.

2.38.0 (2025-01-23)

Features

  • Adding domain-wide delegation flow in impersonated credential (#1624) (34ee3fe)

Documentation

  • Add warnings regarding consuming externally sourced credentials (d049370)
Commits
  • ca82184 chore(main): release 2.38.0 (#1657)
  • d049370 chore: Add warnings regarding consuming externally sourced credentials (#1655)
  • 34ee3fe feat: adding domain-wide delegation flow in impersonated credential (#1624)
  • 1972c7b chore: improve error message in _metadata.py (#1652)
  • See full diff in compare view

Updates importlib-metadata from 8.5.0 to 8.6.1

Changelog

Sourced from importlib-metadata's changelog.

v8.6.1

Bugfixes

  • Fixed indentation logic to also honor blank lines.

v8.6.0

Features

  • python/cpython#119650
Commits

Updates pymdown-extensions from 10.14 to 10.14.1

Release notes

Sourced from pymdown-extensions's releases.

10.14.1

  • FIX: MagicLink: Ensure that repo names that start with . are handled correctly.
  • FIX: FancyLists: Fix case were lists could be falsely created when a line started with . or ).
Commits

Updates referencing from 0.36.1 to 0.36.2

Release notes

Sourced from referencing's releases.

v0.36.2

Full Changelog: python-jsonschema/referencing@v0.36.1...v0.36.2

Changelog

Sourced from referencing's changelog.

v0.36.2

  • Release using the newer twine release to preserve PEP 639 license metadata.
Commits
  • 9a82e6c Add v0.36.2 to the CHANGELOG.
  • 28f4b79 Update docs requirements.
  • f0d8723 Merge pull request #215 from python-jsonschema/dependabot/submodules/suite-f4...
  • 767145a Bump suite from d01bb7a to f49bd3a
  • bf82571 Merge pull request #214 from python-jsonschema/pre-commit-ci-update-config
  • 94294c1 [pre-commit.ci] pre-commit autoupdate
  • 52add92 Update the uv lockfile.
  • b529607 Update the CHANGELOG.
  • See full diff in compare view

Updates tzdata from 2024.2 to 2025.1

Release notes

Sourced from tzdata's releases.

2025.1: Release of upstream tzdata 2025a

Version 2025.1

Upstream version 2025a released 2025-01-15T18:47:24+00:00

Briefly:

Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for the Philippines. Etc/Unknown is now reserved.

Changes to future timestamps

Paraguay will stop changing its clocks after the spring-forward transition on 2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and Even Scharning.) This affects timestamps starting 2025-03-22, as well as the obsolescent tm_isdst flags starting 2024-10-15.

Changes to past timestamps

Correct timestamps for the Philippines before 1900, and from 1937 through 1990. (Thanks to P Chan for the heads-up and citations.) This includes adjusting local mean time before 1899; fixing transitions in September 1899, January 1937, and June 1954; adding transitions in December 1941, November 1945, March and September 1977, and May and July 1990; and removing incorrect transitions in March and September 1978.

Changes to data

Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research stations. (Thanks to Derick Rethans and Jule Dabars.)

Changes to documentation

The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.)

Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.

Changelog

Sourced from tzdata's changelog.

Version 2025.1

Upstream version 2025a released 2025-01-15T18:47:24+00:00

Briefly:

Paraguay adopts permanent -03 starting spring 2024. Improve pre-1991 data for the Philippines. Etc/Unknown is now reserved.

Changes to future timestamps

Paraguay will stop changing its clocks after the spring-forward transition on 2024-10-06, so it is now permanently at -03. (Thanks to Heitor David Pinto and Even Scharning.) This affects timestamps starting 2025-03-22, as well as the obsolescent tm_isdst flags starting 2024-10-15.

Changes to past timestamps

Correct timestamps for the Philippines before 1900, and from 1937 through 1990. (Thanks to P Chan for the heads-up and citations.) This includes adjusting local mean time before 1899; fixing transitions in September 1899, January 1937, and June 1954; adding transitions in December 1941, November 1945, March and September 1977, and May and July 1990; and removing incorrect transitions in March and September 1978.

Changes to data

Add zone1970.tab lines for the Concordia and Eyre Bird Observatory research stations. (Thanks to Derick Rethans and Jule Dabars.)

Changes to documentation

The name Etc/Unknown is now reserved: it will not be used by TZDB. This is for compatibility with CLDR, which uses the string "Etc/Unknown" for an unknown or invalid timezone. (Thanks to Justin Grant, Mark Davis, and Guy Harris.)

Cite Internet RFC 9636, which obsoletes RFC 8536 for TZif format.


Commits
  • 0ccabea Bump release to 2025.1
  • d0078ca Update tzdata to version '2025a'
  • 5bf324b Use proper syntax for multiline env variable
  • a178a14 Fix setup_cfg_fmt pre-commit environment
  • 1397de8 Update pre-commit config
  • 0cce78d Add automatic PR action
  • 3b721cd Don't update the repo unless we need to
  • d913020 Update tzdata to 2024b
  • fdd075c Remove POSIXRULES= from make invocation
  • See full diff 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 all-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` |
| [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.1.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `5.5.1` |
| [curies](https://github.com/biopragmatics/curies) | `0.10.2` | `0.10.3` |
| [deprecated](https://github.com/laurent-laporte-pro/deprecated) | `1.2.15` | `1.2.17` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.37.0` | `2.38.0` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `8.5.0` | `8.6.1` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.14` | `10.14.1` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.36.1` | `0.36.2` |
| [tzdata](https://github.com/python/tzdata) | `2024.2` | `2025.1` |


Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

Updates `attrs` from 24.3.0 to 25.1.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `cachetools` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v5.5.1)

Updates `curies` from 0.10.2 to 0.10.3
- [Release notes](https://github.com/biopragmatics/curies/releases)
- [Commits](biopragmatics/curies@v0.10.2...v0.10.3)

Updates `deprecated` from 1.2.15 to 1.2.17
- [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases)
- [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst)
- [Commits](laurent-laporte-pro/deprecated@v1.2.15...v1.2.17)

Updates `google-auth` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.37.0...v2.38.0)

Updates `importlib-metadata` from 8.5.0 to 8.6.1
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.5.0...v8.6.1)

Updates `pymdown-extensions` from 10.14 to 10.14.1
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.14...10.14.1)

Updates `referencing` from 0.36.1 to 0.36.2
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.36.1...v0.36.2)

Updates `tzdata` from 2024.2 to 2025.1
- [Release notes](https://github.com/python/tzdata/releases)
- [Changelog](https://github.com/python/tzdata/blob/master/NEWS.md)
- [Commits](python/tzdata@2024.2...2025.1)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: attrs
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: cachetools
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: curies
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: deprecated
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google-auth
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: importlib-metadata
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pymdown-extensions
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: referencing
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tzdata
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

PR Preview Action v1.6.0

🚀 View preview at
https://geneontology.github.io/gocam-py/pr-preview/pr-46/

Built to branch gh-pages at 2025-01-27 02:43 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@pkalita-lbl pkalita-lbl merged commit 5b4e745 into main Jan 27, 2025
3 checks passed
@pkalita-lbl pkalita-lbl deleted the dependabot/pip/all-dependencies-e2dde64640 branch January 27, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant