Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vvillait88 committed May 10, 2024
1 parent 80813a0 commit fe75539
Show file tree
Hide file tree
Showing 6 changed files with 705 additions and 997 deletions.
310 changes: 175 additions & 135 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "peopledatalabs"
version = "3.0.9"
version = "3.0.10"
description = "Official Python client for the People Data Labs API"
homepage = "https://www.peopledatalabs.com"
repository = "https://github.com/peopledatalabs/peopledatalabs-python"
Expand Down Expand Up @@ -36,12 +36,12 @@ requests = "^2"

[tool.poetry.dev-dependencies]
autoflake = "^1.7"
black = "^24.2.0"
black = "^24.4.2"
coverage = "^7.5.1"
docformatter = "^1.7"
flake8 = "^5.0.4"
pylint = "^3.0.3"
pytest = "^8.1.1"
pytest = "^8.2.0"
pyupgrade = "^3.3.2"

[build-system]
Expand Down
Loading

0 comments on commit fe75539

Please sign in to comment.