Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [lambdalib](https://github.com/siliconcompiler/lambdalib) and [flake8](https://github.com/pycqa/flake8) to permit the latest version.

Updates `lambdalib` to 0.2.5
- [Release notes](https://github.com/siliconcompiler/lambdalib/releases)
- [Commits](siliconcompiler/lambdalib@v0.2.4...v0.2.5)

Updates `flake8` from 7.0.0 to 7.1.0
- [Commits](PyCQA/flake8@7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: lambdalib
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent fdafedd commit d4865ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = ">= 3.8"
license = {file = "LICENSE"}
dependencies = [
"siliconcompiler>=0.21.0",
"lambdalib>=0.2.4, <0.2.5"
"lambdalib>=0.2.4, <0.2.6"
]
dynamic = [
"version"
Expand All @@ -30,7 +30,7 @@ version = {attr = "umi.__version__"}
[project.optional-dependencies]
test = [
"switchboard-hw",
"flake8==7.0.0"
"flake8==7.1.0"
]

[tool.setuptools]
Expand Down

0 comments on commit d4865ea

Please sign in to comment.