Skip to content

Commit d31a45d

Browse files
authored
Update packages. (#76)
1 parent f1d7bda commit d31a45d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

generator/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ importlib-resources==5.9.0 \
1818
# via
1919
# -r ./generator/requirements.in
2020
# jsonschema
21-
jsonschema==4.13.0 \
22-
--hash=sha256:3776512df4f53f74e6e28fe35717b5b223c1756875486984a31bc9165e7fc920 \
23-
--hash=sha256:870a61bb45050b81103faf6a4be00a0a906e06636ffcf0b84f5a2e51faf901ff
21+
jsonschema==4.14.0 \
22+
--hash=sha256:15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f \
23+
--hash=sha256:9892b8d630a82990521a9ca630d3446bd316b5ad54dbe981338802787f3e0d2d
2424
# via -r ./generator/requirements.in
2525
pkgutil-resolve-name==1.3.10 \
2626
--hash=sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174 \

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "lsprotocol"
77
description = 'Python implementation of the Language Server Protocol.'
8-
version = "2022.0.0a3"
8+
version = "2022.0.0a4"
99
authors = [{name = "Microsoft Corporation", email = "lsprotocol-help@microsoft.com"}]
1010
license = {file = "LICENSE"}
1111
readme = {"file" = "README.md", "content-type" = "text/markdown"}

tests/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ iniconfig==1.1.1 \
4242
--hash=sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3 \
4343
--hash=sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32
4444
# via pytest
45-
jsonschema==4.13.0 \
46-
--hash=sha256:3776512df4f53f74e6e28fe35717b5b223c1756875486984a31bc9165e7fc920 \
47-
--hash=sha256:870a61bb45050b81103faf6a4be00a0a906e06636ffcf0b84f5a2e51faf901ff
45+
jsonschema==4.14.0 \
46+
--hash=sha256:15062f4cc6f591400cd528d2c355f2cfa6a57e44c820dc783aee5e23d36a831f \
47+
--hash=sha256:9892b8d630a82990521a9ca630d3446bd316b5ad54dbe981338802787f3e0d2d
4848
# via -r ./tests/requirements.in
4949
packaging==21.3 \
5050
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb \

0 commit comments

Comments
 (0)