Skip to content

Commit

Permalink
build(deps): bump python-ulid from 1.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [python-ulid](https://github.com/mdomke/python-ulid) from 1.1.0 to 3.0.0.
- [Release notes](https://github.com/mdomke/python-ulid/releases)
- [Changelog](https://github.com/mdomke/python-ulid/blob/main/CHANGELOG.rst)
- [Commits](mdomke/python-ulid@1.1.0...3.0.0)

---
updated-dependencies:
- dependency-name: python-ulid
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent b50b535 commit a1d735f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 9 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["LINZ", "logging"]
[tool.poetry.dependencies]
python = "~3.12.3"
structlog = "^23.2.0"
python-ulid = "^1.1.0"
python-ulid = ">=1.1,<4.0"

[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
Expand Down

0 comments on commit a1d735f

Please sign in to comment.