Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Bump parameterized from 0.8.1 to 0.9.0 (#132)
Browse files Browse the repository at this point in the history
* Bump parameterized from 0.8.1 to 0.9.0

Bumps [parameterized](https://github.com/wolever/parameterized) from 0.8.1 to 0.9.0.
- [Changelog](https://github.com/wolever/parameterized/blob/master/CHANGELOG.txt)
- [Commits](wolever/parameterized@v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: parameterized
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* Change some of our version specifiers.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Green <[email protected]>
  • Loading branch information
dependabot[bot] and jonathangreen authored Oct 4, 2023
1 parent 8b8f8b6 commit e4ad1f3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ repository = "https://github.com/ThePalaceProject/webpub-manifest-parser"
version = "0" # This version number is automatically set by github actions when releasing

[tool.poetry.dependencies]
jsonschema = "^4.19.1"
multipledispatch = "^0.6.0"
pyrsistent = "^0.19.3"
jsonschema = "^4.19"
multipledispatch = "^0.6"
pyrsistent = "^0.19"
python = ">=3.8,<4"
python-dateutil = "^2.8.2"
python-dateutil = "^2.8"
pytz = "^2022.7"
requests = "^2.27.1"
rfc3987 = "^1.3.8"
uritemplate = "^4.1.1"
requests = "^2.27"
rfc3987 = "^1.3"
uritemplate = "^4.1"

[tool.poetry.group.ci.dependencies]
dunamai = "^1.19.0"
pre-commit = "^3.4.0"
dunamai = "^1.19"
pre-commit = "^3.4"
tox = "^4.4"
tox-docker = "^4.1"
tox-gh-actions = "^3.0"

[tool.poetry.group.dev.dependencies]
parameterized = "^0.8.1"
pyfakefs = "^5.2.2"
pytest = "^7.1.1"
parameterized = "^0.9"
pyfakefs = "^5.2"
pytest = "^7.1"

[tool.tomlsort]
ignore_case = true
Expand Down

0 comments on commit e4ad1f3

Please sign in to comment.