Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 812aa13

Browse files
Merge pull request #123 from microsoft/dependabot/pip/coverage-toml--7.2.6
Bump coverage[toml] from 7.2.5 to 7.2.6
2 parents 3f5a83d + 0e0fdf3 commit 812aa13

4 files changed

Lines changed: 739 additions & 130 deletions

File tree

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install pipenv
27-
pipenv install --dev --skip-lock
27+
pipenv install -r requirements-dev.txt
2828
- name: Check code format
2929
run: |
3030
pipenv run yapf -dr kiota_http

Pipfile

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,53 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
microsoft-kiota-abstractions = "0.5.1"
7+
microsoft-kiota-abstractions = "==0.5.1"
8+
astroid = "==2.15.5"
9+
asyncmock = "==0.4.2"
10+
certifi = "==2023.5.7"
11+
charset-normalizer = "==3.1.0"
12+
colorama = "==0.4.6"
13+
coverage = {version = "==7.2.6", extras = ["toml"]}
14+
dill = "==0.3.6"
15+
docutils = "==0.20.1"
16+
exceptiongroup = "==1.1.1"
17+
flit = "==3.9.0"
18+
flit-core = "==3.9.0"
19+
idna = "==3.4"
20+
iniconfig = "==2.0.0"
21+
isort = "==5.12.0"
22+
lazy-object-proxy = "==1.9.0"
23+
mccabe = "==0.7.0"
24+
mock = "==5.0.2"
25+
mypy = "==1.3.0"
26+
mypy-extensions = "==1.0.0"
27+
packaging = "==23.1"
28+
platformdirs = "==3.5.1"
29+
pluggy = "==1.0.0"
30+
pylint = "==2.17.4"
31+
pytest = "==7.3.1"
32+
pytest-asyncio = "==0.21.0"
33+
pytest-cov = "==4.0.0"
34+
pytest-mock = "==3.10.0"
35+
requests = "==2.31.0"
36+
toml = "==0.10.2"
37+
tomli = "==2.0.1"
38+
tomli-w = "==1.0.0"
39+
tomlkit = "==0.11.8"
40+
types-python-dateutil = "==2.8.19.13"
41+
typing-extensions = "==4.6.0"
42+
urllib3 = "==2.0.2"
43+
wrapt = "==1.15.0"
44+
yapf = "==0.33.0"
45+
anyio = "==3.6.2"
46+
h11 = "==0.14.0"
47+
h2 = "==4.1.0"
48+
hpack = "==4.0.0"
49+
httpcore = "==0.17.2"
850
httpx = {version = "==0.24.1", extras = ["http2"]}
51+
hyperframe = "==6.0.1"
52+
sniffio = "==1.3.0"
53+
uritemplate = "==4.1.1"
954

1055
[dev-packages]
1156
flit = "==3.9.0"

0 commit comments

Comments
 (0)