Skip to content

Commit

Permalink
chore(deps): bump the bowtie-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the bowtie-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.1` |
| [referencing-loaders](https://github.com/python-jsonschema/referencing-loaders) | `2024.5.2` | `2025.1.1` |
| [rich-click](https://github.com/ewels/rich-click) | `1.8.4` | `1.8.5` |
| [jsonschema-lexer](https://github.com/python-jsonschema/jsonschema-lexer) | `0.2.1` | `0.3.0` |
| [structlog](https://github.com/hynek/structlog) | `24.4.0` | `25.1.0` |


Updates `referencing` from 0.35.1 to 0.36.1
- [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.35.1...v0.36.1)

Updates `referencing-loaders` from 2024.5.2 to 2025.1.1
- [Release notes](https://github.com/python-jsonschema/referencing-loaders/releases)
- [Commits](python-jsonschema/referencing-loaders@v2024.5.2...v2025.1.1)

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 `jsonschema-lexer` from 0.2.1 to 0.3.0
- [Release notes](https://github.com/python-jsonschema/jsonschema-lexer/releases)
- [Commits](python-jsonschema/jsonschema-lexer@v0.2.1...v0.3.0)

Updates `structlog` from 24.4.0 to 25.1.0
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
- [Commits](hynek/structlog@24.4.0...25.1.0)

---
updated-dependencies:
- dependency-name: referencing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bowtie-dependencies
- dependency-name: referencing-loaders
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bowtie-dependencies
- dependency-name: rich-click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bowtie-dependencies
- dependency-name: jsonschema-lexer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bowtie-dependencies
- dependency-name: structlog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bowtie-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent bf92ab1 commit 3604b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ inflect==7.5.0
# via bowtie-json-schema (pyproject.toml)
jsonschema==4.23.0
# via bowtie-json-schema (pyproject.toml)
jsonschema-lexer==0.2.1
jsonschema-lexer==0.3.0
# via bowtie-json-schema (pyproject.toml)
jsonschema-specifications==2024.10.1
# via jsonschema
Expand Down Expand Up @@ -89,13 +89,13 @@ pyperf==2.8.1
# via bowtie-json-schema (pyproject.toml)
python-dateutil==2.9.0.post0
# via github3-py
referencing==0.35.1
referencing==0.36.1
# via
# bowtie-json-schema (pyproject.toml)
# jsonschema
# jsonschema-specifications
# referencing-loaders
referencing-loaders==2024.5.2
referencing-loaders==2025.1.1
# via bowtie-json-schema (pyproject.toml)
requests==2.32.3
# via github3-py
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 All @@ -115,7 +115,7 @@ six==1.17.0
# via python-dateutil
sniffio==1.3.1
# via anyio
structlog==24.4.0
structlog==25.1.0
# via bowtie-json-schema (pyproject.toml)
typeguard==4.4.1
# via inflect
Expand Down

0 comments on commit 3604b95

Please sign in to comment.