Skip to content

Commit 3656afe

Browse files
updates dependecies
1 parent a8fed9d commit 3656afe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pythonanywhere-core"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "API wrapper for programmatic management of PythonAnywhere services."
55
authors = ["PythonAnywhere <[email protected]>"]
66
license = "MIT"
@@ -19,15 +19,15 @@ keywords = ["pythonanywhere", "api", "cloud", "web hosting"]
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.7"
22-
pytest = "^7.0.0"
23-
pytest-cov = "^3.0.0"
22+
python-dateutil = "^2.8.2"
2423
requests = "^2.25.1"
2524
snakesay = "^0.10.1"
2625

2726
[tool.poetry.dev-dependencies]
28-
pytest = "^7.0.0"
29-
pytest-mock = "^3.6.1"
30-
responses = "^0.13.3"
27+
pytest = "^7.2.0"
28+
pytest-cov = "^4.0.0"
29+
pytest-mock = "^3.10.0"
30+
responses = "^0.22.0"
3131

3232
[tool.black]
3333
line-length = 120

0 commit comments

Comments
 (0)