Skip to content

Commit

Permalink
chore(deps): bump the ci group in /.github/workflows with 3 updates (#…
Browse files Browse the repository at this point in the history
…2718)

* chore(deps): bump the ci group in /.github/workflows with 3 updates

Bumps the ci group in /.github/workflows with 3 updates: [griffe](https://github.com/mkdocstrings/griffe), [pre-commit](https://github.com/pre-commit/pre-commit) and [nox](https://github.com/wntrblm/nox).


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

Updates `pre-commit` from 4.0.0 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@v4.0.0...v4.0.1)

Updates `nox` from 2024.4.15 to 2024.10.9
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2024.04.15...2024.10.09)

---
updated-dependencies:
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: nox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
...

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

* Use griffe GitHub output format

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Oct 14, 2024
1 parent c724d54 commit 6cc9851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
griffe==1.3.2
griffe~=1.4
pip==24.2
poetry==1.8.3
pre-commit==4.0.0
nox==2024.4.15
pre-commit==4.0.1
nox==2024.10.9
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,7 @@ def api_changes(session: nox.Session) -> None:
if session.posargs:
args.append(f"-a={session.posargs[0]}")

if "GITHUB_ACTIONS" in os.environ:
args.append("-f=github")

session.run(*args, external=True)

0 comments on commit 6cc9851

Please sign in to comment.