Skip to content

Commit

Permalink
Bump the bowtie-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the bowtie-dependencies group with 3 updates: [rich-click](https://github.com/ewels/rich-click), [anyio](https://github.com/agronholm/anyio) and [pygments](https://github.com/pygments/pygments).


Updates `rich-click` from 1.8.4 to 1.8.5
- [Release notes](https://github.com/ewels/rich-click/releases)
- [Changelog](https://github.com/ewels/rich-click/blob/main/CHANGELOG.md)
- [Commits](ewels/rich-click@v1.8.4...v1.8.5)

Updates `anyio` from 4.7.0 to 4.8.0
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.7.0...4.8.0)

Updates `pygments` from 2.18.0 to 2.19.0
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: rich-click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bowtie-dependencies
- dependency-name: anyio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bowtie-dependencies
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bowtie-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 5028ff7 commit 1554f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies = [
"referencing>=0.31.0",
"referencing-loaders>=2024.5.2",
"rich",
"rich-click>=1.8.0,<1.8.5",
"rich-click>=1.8.0,<1.8.6",
"rpds.py>=0.18.0",
"structlog",
"url.py>=0.11.3",
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiohttp==3.11.11
# via aiodocker
aiosignal==1.3.2
# via aiohttp
anyio==4.7.0
anyio==4.8.0
# via httpx
attrs==24.3.0
# via
Expand Down Expand Up @@ -79,7 +79,7 @@ psutil==6.1.1
# via pyperf
pycparser==2.22
# via cffi
pygments==2.18.0
pygments==2.19.0
# via
# jsonschema-lexer
# rich
Expand All @@ -104,7 +104,7 @@ rich==13.9.4
# bowtie-json-schema (pyproject.toml)
# diagnostic
# rich-click
rich-click==1.8.4
rich-click==1.8.5
# via bowtie-json-schema (pyproject.toml)
rpds-py==0.22.3
# via
Expand Down

0 comments on commit 1554f05

Please sign in to comment.