Skip to content

Commit

Permalink
Bumping Dependencies (inc. pyproject.toml)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Aug 11, 2024
1 parent 9c0528b commit 120a165
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ boto3 = { version = "*", optional = true }
botocore = { version = "*", optional = true }
pycurl = { version = "*", optional = true }
urllib3 = { version = "*", optional = true }
tenacity = ">=8.5.0"
tenacity = ">=9.0.0"
pytest-docker-tools = ">=3.1.3"
docker = "^7.1.0"
psutil = ">=6.0.0"
setuptools = ">=71.1.0"
debugpy = "^1.8.2"
setuptools = ">=72.1.0"
debugpy = "^1.8.5"

[tool.poetry.extras]
all = ["redis", "python-memcached", "boto3", "botocore", "pycurl", "urllib3"]
Expand Down Expand Up @@ -118,16 +118,16 @@ pre-commit = [
{ version = "^3.1.0", python = ">=3.8.0,<4.0" },
{ version = ">=3.6.0", python = ">=3.9.0,<4.0" },
]
mypy = ">=1.11.0"
mypy = ">=1.11.1"
types-redis = ">=4.6.0.20240218"
cleanpy = ">=0.5.0"

[tool.poetry.group.test]
optional = true

[tool.poetry.group.test.dependencies]
pytest = "^8.3.1"
coverage = ">=7.6.0"
pytest = "^8.3.2"
coverage = ">=7.6.1"
pytest-sugar = { version = ">=1.0.0", python = ">=3.8,<4.0" }
pytest-cov = ">=5.0.0"
pytest-xdist = ">=3.6.1"
Expand Down

0 comments on commit 120a165

Please sign in to comment.