Skip to content

Commit

Permalink
Poetry lock file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHammond13 committed Mar 7, 2024
1 parent bf65b06 commit 0c078dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 = "falcon-toolkit"
version = "3.3.1"
version = "3.4.0"
description = "Toolkit to interface with CrowdStrike Falcon via the API"
license = "MIT"
authors = [
Expand Down Expand Up @@ -30,7 +30,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
caracara = "^0.7.0"
caracara = "^0.6.1"
click = "^8.1.3"
click-option-group = "^0.5.6"
click-spinner = "^0.1.10"
Expand Down

0 comments on commit 0c078dc

Please sign in to comment.