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 with 2 updates #172

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Updates the requirements on pre-commit and optimade[server] to permit the latest version.
Updates pre-commit to 4.0.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.0.1

Fixes

Changelog

Sourced from pre-commit's changelog.

4.0.1 - 2024-10-08

Fixes

4.0.0 - 2024-10-05

Features

Migrating

3.8.0 - 2024-07-28

Features

3.7.1 - 2024-05-10

Fixes

  • Fix language: rust default language version check when rust-toolchain.toml is present.

... (truncated)

Commits
  • cc4a522 v4.0.1
  • 772d7d4 Merge pull request #3324 from pre-commit/migrate-config-purelib
  • 222c62b fix migrate-config for purelib yaml
  • 3d5548b Merge pull request #3323 from pre-commit/pre-commit-ci-update-config
  • 4235a87 [pre-commit.ci] pre-commit autoupdate
  • dbccd57 v4.0.0
  • d07e529 Merge pull request #3320 from pre-commit/remove-python-venv
  • 801b956 remove deprecated python_venv alias
  • a2f7b80 Merge pull request #3315 from pre-commit/warn-deprecated-stage-names-on-init
  • d317223 add warning for deprecates stages for remote repos on init
  • Additional commits viewable in compare view

Updates optimade[server] from 1.1.3 to 1.1.5

Release notes

Sourced from optimade[server]'s releases.

v1.1.5

This release backports the last pre-3.9-deprecation dependency updates, resolving a security issue with starlette 0.39.

Changelog

v1.1.5 (2024-10-15)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

v1.1.4

This patch release simply updates various dependencies, ready for Python 3.9 to be deprecated in 1.2.x.

Changelog

v1.1.4 (2024-10-11)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from optimade[server]'s changelog.

v1.1.5 (2024-10-15)

Full Changelog

Closed issues:

  • Deprecate Python 3.9 #2149
  • mongomock as a production dependency #2146

v1.1.4 (2024-10-11)

Full Changelog

Commits
  • 9cc1b78 Release v1.1.5 - Changelog
  • 764c8b7 Bump starlette from 0.39.2 to 0.40.0 (#2164)
  • 4aaf1ff Bump the python-dependencies group with 5 updates (#2159)
  • bdb01ae Release v1.1.4 - Changelog
  • bb99576 Bump the python-dependencies group across 1 directory with 5 updates (#2157)
  • cdbdf4b Bump the python-dependencies-dev group with 3 updates (#2156)
  • e3c32f3 Bump ruff from 0.6.7 to 0.6.8 in the python-dependencies-dev group (#2155)
  • 25ded8b Bump ruff from 0.6.5 to 0.6.7 in the python-dependencies-dev group (#2153)
  • 58cf414 Bump the python-dependencies group with 7 updates (#2152)
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
optimade[server] [< 1.1, > 1.0.4]

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

Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) and [optimade[server]](https://github.com/Materials-Consortia/optimade-python-tools) to permit the latest version.

Updates `pre-commit` to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.8.0...v4.0.1)

Updates `optimade[server]` from 1.1.3 to 1.1.5
- [Release notes](https://github.com/Materials-Consortia/optimade-python-tools/releases)
- [Changelog](https://github.com/Materials-Consortia/optimade-python-tools/blob/v1.1.5/CHANGELOG.md)
- [Commits](Materials-Consortia/optimade-python-tools@v1.1.3...v1.1.5)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: optimade[server]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependency_updates Issue or PR related to (Python) dependencies. label Nov 1, 2024
@ml-evs ml-evs merged commit 2b0da0d into master Nov 1, 2024
1 check passed
@ml-evs ml-evs deleted the dependabot/pip/master/python-dependencies-c207ceda3b branch November 1, 2024 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency_updates Issue or PR related to (Python) dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant