Skip to content

Commit 0c9b867

Browse files
committed
task: Update dependencies (#54)
1 parent 744a37e commit 0c9b867

2 files changed

Lines changed: 47 additions & 47 deletions

File tree

poetry.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quickbase-client"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
description = "A Quickbase Python API Client Generator"
55
authors = ["Tim Kutcher <tim@tkutcher.com>"]
66
maintainers = ["Tim Kutcher <tim@tkutcher.com>"]
@@ -27,9 +27,9 @@ classifiers = [
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.7"
30-
requests = "^2.24.0"
30+
requests = "^2.27.1"
3131
stringcase = "^1.2.0"
32-
attrs = "^20.3.0"
32+
attrs = "^21.4.0"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "^7.1.1"

0 commit comments

Comments
 (0)