Skip to content

Commit

Permalink
Bump typing-extensions from 4.0.1 to 4.7.1 in /tools/deps (#4095)
Browse files Browse the repository at this point in the history
* Bump typing-extensions from 4.0.1 to 4.7.1 in /tools/deps
* Bump identify from 2.4.11 to 2.5.27 in /tools/deps (#4110)
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 588b543 commit 176e62b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions docs/changes/5.3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ Release date: `2023-xx-xx`
- Upgraded `docker/login-action` from 1.10.0 to 2.2.0
- Upgraded `docker/setup-buildx-action` from 1.5.1 to 2.9.1
- Upgraded `faker` from 17.3.0 to 19.3.1
- Upgraded `identify` from 2.4.11 to 2.5.27
- Upgraded `iniconfig` from 1.1.1 to 2.0.0
- Upgraded `pytest` from 6.2.4 to 7.4.0
- Upgraded `pytest-cov` from 2.12.1 to 4.1.0
- Upgraded `pytest-xdist` from 2.3.0 to 3.3.1
- Upgraded `regex` from 2021.11.2 to 2023.8.8
- Upgraded `typing-extensions` from 4.0.1 to 4.7.1
- Upgraded `vulture` from 2.3 to 2.9.1
- Upgraded `wcwidth` from 0.2.5 to 0.2.6
## Technical Changes
Expand Down
12 changes: 6 additions & 6 deletions tools/deps/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ flake8==3.9.2 \
future==0.18.3 \
--hash=sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307
# via junitparser
identify==2.4.11 \
--hash=sha256:2986942d3974c8f2e5019a190523b0b0e2a07cb8e89bf236727fb4b26f27f8fd \
--hash=sha256:fd906823ed1db23c7a48f9b176a1d71cb8abede1e21ebe614bac7bdd688d9213
identify==2.5.27 \
--hash=sha256:287b75b04a0e22d727bc9a41f0d4f3c1bcada97490fa6eabb5b28f0e9097e733 \
--hash=sha256:fdb527b2dfe24602809b2201e033c2a113d7bdf716db3ca8e3243f735dcecaba
# via pre-commit
importlib-metadata==4.8.2 \
--hash=sha256:53ccfd5c134223e497627b9815d5030edf77d2ed573922f7a0b8f8bb81a1c100 \
Expand Down Expand Up @@ -398,9 +398,9 @@ types-certifi==2021.10.8.3 \
--hash=sha256:72cf7798d165bc0b76e1c10dd1ea3097c7063c42c21d664523b928e88b554a4f \
--hash=sha256:b2d1e325e69f71f7c78e5943d410e650b4707bb0ef32e4ddf3da37f54176e88a
# via mypy
typing-extensions==4.0.1 \
--hash=sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b \
--hash=sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
--hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2
# via mypy
types-python-dateutil==2.8.19.2 \
--hash=sha256:3f4dbe465e7e0c6581db11fd7a4855d1355b78712b3f292bd399cd332247e9c0 \
Expand Down
6 changes: 3 additions & 3 deletions tools/deps/requirements-tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ toml==0.10.2 \
tox==3.24.5 \
--hash=sha256:be3362472a33094bce26727f5f771ca0facf6dafa217f65875314e9a6600c95c \
--hash=sha256:67e0e32c90e278251fea45b696d0fef3879089ccbe979b0c556d35d5a70e2993
typing-extensions==4.0.1 \
--hash=sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b \
--hash=sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e
typing-extensions==4.7.1 \
--hash=sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36 \
--hash=sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2
# via importlib-metadata
virtualenv==20.4.7 \
--hash=sha256:2b0126166ea7c9c3661f5b8e06773d28f83322de7a3ff7d06f0aed18c9de6a76 \
Expand Down

0 comments on commit 176e62b

Please sign in to comment.