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 python-dependencies group across 1 directory with 16 updates #2211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the python-dependencies group with 16 updates in the / directory:

Package From To
pydantic[email] 2.9.2 2.10.5
pydantic-settings 2.6.1 2.7.1
mongomock 4.2.0.post1 4.3.0
fastapi 0.115.4 0.115.6
starlette 0.41.2 0.45.2
aiida-core 2.6.2 2.6.3
httpx 0.27.2 0.28.1
click 8.1.7 8.1.8
ase 3.23.0 3.24.0
mkdocs-autorefs 1.2.0 1.3.0
mkdocs-awesome-pages-plugin 2.9.3 2.10.1
mkdocs-material 9.5.43 9.5.49
mkdocstrings[python] 0.26.2 0.27.0
jarvis-tools 2024.10.10 2024.10.30
pymatgen 2024.10.27 2025.1.9
uvicorn 0.32.0 0.34.0

Updates pydantic[email] from 2.9.2 to 2.10.5

Release notes

Sourced from pydantic[email]'s releases.

v2.10.5 2024-12-18

v2.10.5 (2025-01-08)

What's Changed

v2.10.4 2024-12-18

What's Changed

Packaging

Fixes

New Contributors

Full Changelog: pydantic/pydantic@v2.10.3...v2.10.4

v2.10.3 2024-12-03

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

Full Changelog: pydantic/pydantic@v2.10.2...v2.10.3

v2.10.2 2024-11-26

What's Changed

Fixes

  • Only evaluate FieldInfo annotations if required during schema building by @​Viicos in #10769

... (truncated)

Changelog

Sourced from pydantic[email]'s changelog.

v2.10.5 (2025-01-08)

GitHub release

What's Changed

v2.10.4 (2024-12-18)

GitHub release

What's Changed

Packaging

Fixes

New Contributors

v2.10.3 (2024-12-03)

GitHub release

What's Changed

Fixes

  • Set fields when defer_build is set on Pydantic dataclasses by @​Viicos in #10984
  • Do not resolve the JSON Schema reference for dict core schema keys by @​Viicos in #10989
  • Use the globals of the function when evaluating the return type for PlainSerializer and WrapSerializer functions by @​Viicos in #11008
  • Fix host required enforcement for urls to be compatible with v2.9 behavior by @​sydney-runkle in #11027
  • Add a default_factory_takes_validated_data property to FieldInfo by @​Viicos in #11034
  • Fix url json schema in serialization mode by @​sydney-runkle in #11035

... (truncated)

Commits

Updates pydantic-settings from 2.6.1 to 2.7.1

Release notes

Sourced from pydantic-settings's releases.

v2.7.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.6.1...v2.7.0

Commits
  • c989335 Prepare release 2.7.1 (#511)
  • 66ecc3a Move preferred alias resolution to private method (#507)
  • 95fae54 Prepare release 2.7.0 (#499)
  • b8968a7 Fix attribute error on Python 3.9 with typing.Sequence (#497)
  • 3667aed Improve field value parsing by adding NoDecode and ForceDecode annotation...
  • 2f498fe Change reference of default values validation in documentation (#496)
  • 7bcb6ed Add support for CLI kebab case flag. (#489)
  • 0b3e73d Relax default protected_namespaces (#483)
  • 3f831e9 Removing return type from the function in test (#491)
  • a903697 Strip annotated when getting submodels during CLI parsing. (#490)
  • Additional commits viewable in compare view

Updates mongomock from 4.2.0.post1 to 4.3.0

Release notes

Sourced from mongomock's releases.

4.3.0

What's Changed

New Contributors

Full Changelog: mongomock/mongomock@4.2.0...4.3.0

Changelog

Sourced from mongomock's changelog.

4.3.0 - 2024-11-16

Added

Changed

  • Remove legacy syntax constructs using pyupgrade --py38-plus

Fixed

  • The Mongo Python driver did refactor the gridfs implementation, so that the patched code had to be adapted.

4.2.0 - 2024-09-11

Changed

  • Switch to hatch as build system.
  • Switch to PEP 621 compliant project setup.
  • Updated the license to ISC.

Removed

  • The setuptools specific files e.g. setup.cfg and setup.py have been removed in the scope of the switch to hatch.
  • Remove support for deprecated Python versions (everything prior to 3.8)
Commits
  • 308b627 chore: Add changelog for PR #828
  • 2a8d9a7 Merge pull request #906 from maximkir-fl/support_agg_pipeline_in_updates
  • 1c726e5 feat: Adding support for aggregation pipelines in updates
  • b233622 Merge pull request #905 from mongomock/fix/gridfs-patching
  • f5472ac chore: Comply to ugly import ordering rules
  • cc96352 chore: Fix patch location for legacy library
  • 421dae1 chore: Fix patch location for legacy library
  • abc14b2 fix(gridfs): Adapt code to refactored Mongo driver GridFS implementation
  • d821f32 Merge pull request #899 from mongomock/feature/remove-legacy-syntax-usage
  • 354bcf4 chore: The import usage depends on the presence of pymongo
  • Additional commits viewable in compare view

Updates fastapi from 0.115.4 to 0.115.6

Release notes

Sourced from fastapi's releases.

0.115.6

Fixes

  • 🐛 Preserve traceback when an exception is raised in sync dependency with yield. PR #5823 by @​sombek.

Refactors

  • ♻️ Update tests and internals for compatibility with Pydantic >=2.10. PR #12971 by @​tamird.

Docs

  • 📝 Update includes format in docs with an automated script. PR #12950 by @​tiangolo.
  • 📝 Update includes for docs/de/docs/advanced/using-request-directly.md. PR #12685 by @​alissadb.
  • 📝 Update includes for docs/de/docs/how-to/conditional-openapi.md. PR #12689 by @​alissadb.

Translations

  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md. PR #12990 by @​ILoveSorasakiHina.
  • 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/tutorial/query-param-models.md. PR #12932 by @​Vincy1230.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md. PR #12992 by @​Limsunoh.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/websockets.md. PR #12991 by @​kwang1215.
  • 🌐 Add Portuguese translation for docs/pt/docs/tutorial/response-model.md. PR #12933 by @​AndreBBM.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/middlewares.md. PR #12753 by @​nahyunkeem.
  • 🌐 Add Korean translation for docs/ko/docs/advanced/openapi-webhooks.md. PR #12752 by @​saeye.
  • 🌐 Add Chinese translation for docs/zh/docs/tutorial/query-param-models.md. PR #12931 by @​Vincy1230.
  • 🌐 Add Russian translation for docs/ru/docs/tutorial/query-param-models.md. PR #12445 by @​gitgernit.
  • 🌐 Add Korean translation for docs/ko/docs/tutorial/query-param-models.md. PR #12940 by @​jts8257.
  • 🔥 Remove obsolete tutorial translation to Chinese for docs/zh/docs/tutorial/sql-databases.md, it references files that are no longer on the repo. PR #12949 by @​tiangolo.

Internal

0.115.5

Refactors

Docs

... (truncated)

Commits
  • bb8c2a6 🔖 Release version 0.115.6
  • 905ec1e 📝 Update release notes
  • 4f81575 🐛 Preserve traceback when exception is raised in sync dependency with yield...
  • 8255edf 📝 Update release notes
  • 53c8784 🌐 Add Traditional Chinese translation for docs/zh-hant/docs/async.md (#12990)
  • 2971352 📝 Update release notes
  • 8376228 🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/tutorial/query-p...
  • 6c7873c 📝 Update release notes
  • d75b81c 🌐 Add Korean translation for docs/ko/docs/advanced/testing-dependencies.md ...
  • 206037c 📝 Update release notes
  • Additional commits viewable in compare view

Updates starlette from 0.41.2 to 0.45.2

Release notes

Sourced from starlette's releases.

Version 0.45.2

Fixed

  • Make create_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 by @​graingert in #2833.

Full Changelog: encode/starlette@0.45.1...0.45.2

Version 0.45.1

Fixed

Refactor


Full Changelog: encode/starlette@0.45.0...0.45.1

Version 0.45.0

Removed


Full Changelog: encode/starlette@0.44.0...0.45.0

Version 0.44.0

Added

New Contributors

Full Changelog: encode/starlette@0.43.0...0.44.0

Version 0.43.0

Removed

  • Remove deprecated allow_redirects argument from TestClient #2808.

Added

... (truncated)

Changelog

Sourced from starlette's changelog.

0.45.2 (January 4, 2025)

Fixed

  • Make create_memory_object_stream compatible with old anyio versions once again, and bump anyio minimum version to 3.6.2 #2833.

0.45.1 (December 30, 2024)

Fixed

  • Close MemoryObjectReceiveStream left unclosed upon exception in BaseHTTPMiddleware children #2813.
  • Collect errors more reliably from the WebSocket logic on the TestClient #2814.

Refactor

  • Use a pair of memory object streams instead of two queues on the TestClient #2829.

0.45.0 (December 29, 2024)

Removed

  • Drop Python 3.8 support #2823.
  • Remove ExceptionMiddleware import proxy from starlette.exceptions module #2826.
  • Remove deprecated WS_1004_NO_STATUS_RCVD and WS_1005_ABNORMAL_CLOSURE #2827.

0.44.0 (December 28, 2024)

Added

  • Add client parameter to TestClient #2810.
  • Add max_part_size parameter to Request.form() #2815.

0.43.0 (December 25, 2024)

Removed

  • Remove deprecated allow_redirects argument from TestClient #2808.

Added

  • Make UUID path parameter conversion more flexible #2806.

0.42.0 (December 14, 2024)

Added

  • Raise ClientDisconnect on StreamingResponse #2732.

Fixed

... (truncated)

Commits
  • 0109dce Version 0.45.2 (#2839)
  • 0ad90dc Bump the python-packages group across 1 directory with 7 updates (#2838)
  • 950f528 fix create_memory_object_stream not subscriptable at runtime in old anyio ver...
  • 7c0d1e6 Version 0.45.1 (#2832)
  • 76e053a Remove python version from mypy (#2831)
  • 5a10fba Fix unclosed 'MemoryObjectReceiveStream' upon exception in 'BaseHTTPMiddlewar...
  • e16bacb use a pair of memory object streams instead of two queues (#2829)
  • 27b6f4c collect errors more reliably from websocket test client (#2814)
  • 31d182c Version 0.45.0 (#2828)
  • b133ab4 Remove deprecated WS_1004_NO_STATUS_RCVD and WS_1005_ABNORMAL_CLOSURE (#2...
  • Additional commits viewable in compare view

Updates aiida-core from 2.6.2 to 2.6.3

Release notes

Sourced from aiida-core's releases.

AiiDA v2.6.3

See CHANGELOG.md

Changelog

Sourced from aiida-core's changelog.

v2.6.3 - 2024-11-6

Fixes

  • CLI: Fix exception for verdi plugin list (#6560) [c3b10b7]
  • DirectScheduler: Ensure killing child processes (#6572) [fddffca]
  • Engine: Fix state change broadcast before process node is updated (#6580) [867353c]

Devops

  • Docker: Replace sleep with s6-notifyoncheck (#6475) [9579378b]
  • Fix failed docker CI using more reasoning grep regex to parse python version (#6581) [332a4a91]
  • DevOps: Fix json query in reading the docker names to filter out fields not starting with aiida (#6573) [e1467edc]
Commits
  • cfd9ced Merge pull request #6604 from agoscinski/support/2.6.3
  • b78c21f Release v2.6.3
  • f37b446 Engine: Fix state change broadcast before process node is updated (#6580)
  • af451e9 DevOps: Fix json query in reading the docker names to filter out fields not s...
  • 6b41f1e Fix failed docker CI using more reasoning grep regex to parse python version ...
  • 3e90a8c DirectScheduler: Ensure killing child processes (#6572)
  • cb30c1e CI: Update ignore comment as the way that presumably updated mypy expects (#6...
  • 2239a77 CLI: Fix exception for verdi plugin list (#6560)
  • bf631c5 Docker: Replace sleep with s6-notifyoncheck (#6475)
  • See full diff in compare view

Updates httpx from 0.27.2 to 0.28.1

Release notes

Sourced from httpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

Version 0.28.0

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
Changelog

Sourced from httpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.

0.28.0 (28th November, 2024)

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#3363)
  • Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
  • Ensure certifi and httpcore are only imported if required. (#3377)
  • Treat socks5h as a valid proxy scheme. (#3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#3378)
  • Bugfix: When passing params={}, always strictly update rather than merge with an existing querystring. (#3364)
Commits

Updates click from 8.1.7 to 8.1.8

Release notes

Sourced from click's releases.

8.1.8

This is the Click 8.1.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.1.8/ Changes: https://click.palletsprojects.com/en/stable/changes/#version-8-1-8 Milestone https://github.com/pallets/click/milestones/23?closed=1

  • Fix an issue with type hints for click.open_file(). #2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. #2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. #2500
  • The test runner handles stripping color consistently on Windows. #2705
  • Show correct value for flag default when using default_map. #2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. #2606.
  • More robust bash version check, fixing problem on Windows with git-bash. #2638
  • Cache the help option generated by the help_option_names setting to respect its eagerness. #2811
  • Replace uses of os.system with subprocess.Popen. #1476
  • Exceptions generated during a command will use the context's color setting when being displayed. #2193
  • Error message when defining option with invalid name is more descriptive. #2452
  • Refactor code generating default --help option to deduplicate code. #2563
  • Test CLIRunner resets patched _compat.should_strip_ansi. #2732
Changelog

Sourced from click's changelog.

Version 8.1.8

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows. :issue:2705
  • Show correct value for flag default when using default_map. :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be forced on Windows. :issue:2606.
Commits

Updates ase from 3.23.0 to 3.24.0

Commits
  • 3dd076a ASE version 3.24.0
  • 6afcb83 Merge branch 'release-notes' into 'master'
  • 2f67931 Merge branch 'releasenotes-toctree' into 'release-notes'
  • e4b2001 Merge branch 'remove-unused-variable' into 'master'
  • Description has been truncated

Bumps the python-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pydantic[email]](https://github.com/pydantic/pydantic) | `2.9.2` | `2.10.5` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.6.1` | `2.7.1` |
| [mongomock](https://github.com/mongomock/mongomock) | `4.2.0.post1` | `4.3.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.4` | `0.115.6` |
| [starlette](https://github.com/encode/starlette) | `0.41.2` | `0.45.2` |
| [aiida-core](https://github.com/aiidateam/aiida-core) | `2.6.2` | `2.6.3` |
| [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [ase](https://gitlab.com/ase/ase) | `3.23.0` | `3.24.0` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.2.0` | `1.3.0` |
| [mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) | `2.9.3` | `2.10.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.43` | `9.5.49` |
| [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.26.2` | `0.27.0` |
| [jarvis-tools](https://github.com/usnistgov/jarvis) | `2024.10.10` | `2024.10.30` |
| [pymatgen](https://github.com/materialsproject/pymatgen) | `2024.10.27` | `2025.1.9` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.32.0` | `0.34.0` |



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

Updates `pydantic-settings` from 2.6.1 to 2.7.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.6.1...v2.7.1)

Updates `mongomock` from 4.2.0.post1 to 4.3.0
- [Release notes](https://github.com/mongomock/mongomock/releases)
- [Changelog](https://github.com/mongomock/mongomock/blob/develop/CHANGELOG.md)
- [Commits](mongomock/mongomock@4.2.0-post.1...4.3.0)

Updates `fastapi` from 0.115.4 to 0.115.6
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.4...0.115.6)

Updates `starlette` from 0.41.2 to 0.45.2
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.41.2...0.45.2)

Updates `aiida-core` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/aiidateam/aiida-core/releases)
- [Changelog](https://github.com/aiidateam/aiida-core/blob/main/CHANGELOG.md)
- [Commits](aiidateam/aiida-core@v2.6.2...v2.6.3)

Updates `httpx` from 0.27.2 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.2...0.28.1)

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

Updates `ase` from 3.23.0 to 3.24.0
- [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst)
- [Commits](https://gitlab.com/ase/ase/compare/3.23.0...3.24.0)

Updates `mkdocs-autorefs` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.2.0...1.3.0)

Updates `mkdocs-awesome-pages-plugin` from 2.9.3 to 2.10.1
- [Release notes](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases)
- [Commits](lukasgeiter/mkdocs-awesome-pages-plugin@v2.9.3...v2.10.1)

Updates `mkdocs-material` from 9.5.43 to 9.5.49
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.43...9.5.49)

Updates `mkdocstrings[python]` from 0.26.2 to 0.27.0
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0)

Updates `jarvis-tools` from 2024.10.10 to 2024.10.30
- [Release notes](https://github.com/usnistgov/jarvis/releases)
- [Commits](usnistgov/jarvis@v2024.10.10...v2024.10.30)

Updates `pymatgen` from 2024.10.27 to 2025.1.9
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md)
- [Commits](materialsproject/pymatgen@v2024.10.27...v2025.1.9)

Updates `uvicorn` from 0.32.0 to 0.34.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](encode/uvicorn@0.32.0...0.34.0)

---
updated-dependencies:
- dependency-name: pydantic[email]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mongomock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: starlette
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: aiida-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: ase
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs-autorefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs-awesome-pages-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: jarvis-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pymatgen
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from CasperWA and ml-evs as code owners January 13, 2025 06:09
@dependabot dependabot bot added the dependency_updates Issues pertaining to updates to our dependencies that are breaking the eager build label Jan 13, 2025
@ml-evs
Copy link
Member

ml-evs commented Jan 15, 2025

Still blocked by fastapi/fastapi#13117

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency_updates Issues pertaining to updates to our dependencies that are breaking the eager build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant