Skip to content

Commit e11ae40

Browse files
authored
Bumping Dependencies (inc. pyproject.toml) (#376)
1 parent 9c0528b commit e11ae40

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ boto3 = { version = "*", optional = true }
8282
botocore = { version = "*", optional = true }
8383
pycurl = { version = "*", optional = true }
8484
urllib3 = { version = "*", optional = true }
85-
tenacity = ">=8.5.0"
85+
tenacity = ">=9.0.0"
8686
pytest-docker-tools = ">=3.1.3"
8787
docker = "^7.1.0"
8888
psutil = ">=6.0.0"
89-
setuptools = ">=71.1.0"
90-
debugpy = "^1.8.2"
89+
setuptools = ">=72.1.0"
90+
debugpy = "^1.8.5"
9191

9292
[tool.poetry.extras]
9393
all = ["redis", "python-memcached", "boto3", "botocore", "pycurl", "urllib3"]
@@ -118,16 +118,16 @@ pre-commit = [
118118
{ version = "^3.1.0", python = ">=3.8.0,<4.0" },
119119
{ version = ">=3.6.0", python = ">=3.9.0,<4.0" },
120120
]
121-
mypy = ">=1.11.0"
121+
mypy = ">=1.11.1"
122122
types-redis = ">=4.6.0.20240218"
123123
cleanpy = ">=0.5.0"
124124

125125
[tool.poetry.group.test]
126126
optional = true
127127

128128
[tool.poetry.group.test.dependencies]
129-
pytest = "^8.3.1"
130-
coverage = ">=7.6.0"
129+
pytest = "^8.3.2"
130+
coverage = ">=7.6.1"
131131
pytest-sugar = { version = ">=1.0.0", python = ">=3.8,<4.0" }
132132
pytest-cov = ">=5.0.0"
133133
pytest-xdist = ">=3.6.1"

0 commit comments

Comments
 (0)