Skip to content

Commit 7190fcd

Browse files
authored
SCANPY-193 Updating pyfakefs version to fix PosixPath issue (#222)
1 parent f99db57 commit 7190fcd

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ relative_files = true
2929

3030
[tool.poetry.dependencies]
3131
python = '>=3.9'
32-
tomli = '^2.2.1'
33-
requests = "^2.32.3"
34-
responses = "^0.25.6"
35-
pyfakefs = "^5.7.4"
36-
jproperties = "^2.1.2"
32+
tomli = '2.2.1'
33+
requests = "2.32.4"
34+
responses = "0.25.6"
35+
pyfakefs = "5.8.0"
36+
jproperties = "2.1.2"
3737

3838
[tool.poetry.group]
3939
[tool.poetry.group.dev]
@@ -44,9 +44,9 @@ licenseheaders = '>=0.8.8'
4444
mypy = '>=1.7.1'
4545
pytest = '8.3.5'
4646
pytest-cov = '6.1.1'
47-
pytest-subtests = "^0.14.1"
48-
pytest-docker = "^3.2.0"
49-
debugpy = "^1.8.13"
47+
pytest-subtests = "0.14.1"
48+
pytest-docker = "3.2.0"
49+
debugpy = "1.8.13"
5050
types-requests = "^2.32.0.20250328"
5151

5252
[[tool.poetry.packages]]

0 commit comments

Comments
 (0)