Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from MousaZeidBaker/fix/update-tomlkit
Browse files Browse the repository at this point in the history
fix: update tomlkit to ^0.11.0
  • Loading branch information
MousaZeidBaker authored Jun 2, 2022
2 parents 4e642d5 + f7f4577 commit f27a777
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetryup"
version = "0.7.1"
version = "0.7.2"
description = "Update dependencies and bump their version in the pyproject.toml file"
authors = ["Mousa Zeid Baker"]
packages = [
Expand All @@ -26,7 +26,7 @@ include = ["LICENSE"]

[tool.poetry.dependencies]
python = "^3.6"
tomlkit = "^0.8.0"
tomlkit = "^0.11.0"
typer = "^0.4.1"
packaging = "^21.3"

Expand Down

0 comments on commit f27a777

Please sign in to comment.