Skip to content

Commit

Permalink
Merge pull request #71 from smkent/updates
Browse files Browse the repository at this point in the history
Remove version pins
  • Loading branch information
smkent authored Dec 11, 2022
2 parents 4f9935b + 52f212d commit ac258b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -19,8 +19,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
dataclasses-json = "^0.5.7"
requests = "^2.28.1"
dataclasses-json = "*"
requests = "*"

[tool.poetry.dev-dependencies]
bandit = {extras = ["toml"], version = "*"}
Expand Down

0 comments on commit ac258b5

Please sign in to comment.