Skip to content

Commit caf0209

Browse files
committed
Update dependencies
1 parent 93328b7 commit caf0209

File tree

2 files changed

+658
-401
lines changed

2 files changed

+658
-401
lines changed

Pipfile

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,21 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages] # Packages required to run the application
7-
requests = "==2.26.0"
7+
microsoft-kiota-http = "*"
8+
httpx = {version = "==0.23.0", extras = ["http2"]}
89

910
[dev-packages] # Packages required to develop the application
10-
coverage = "==5.0.3"
11-
responses = "==0.10.12"
12-
flit = "==2.2.0"
13-
isort = "==5.7.0"
14-
yapf = "==0.30.0"
15-
mypy = "==0.800"
16-
pylint = "==2.7.4"
17-
pytest = "==6.2.4"
11+
flit = "==3.7.1"
12+
pylint = "==2.15.4"
13+
mypy = "==0.982"
14+
yapf = "==0.32.0"
15+
isort = "==5.10.1"
16+
pytest = "==7.1.3"
17+
pytest-cov = "==4.0.0"
18+
types-python-dateutil = "*"
19+
toml = "==0.10.2"
20+
pytest-asyncio = "==0.19.0"
21+
pytest-mock = "==3.10.0"
22+
asyncmock = "==0.4.2"
1823
pre-commit = "==2.13.0"
1924
azure-identity = "*"

0 commit comments

Comments
 (0)