mirror of https://github.com/zulip/zulip.git
requirements: Upgrade types-stripe to 3.5.1.
This includes the change from 28fde2ee27
.
Only a minor bump is required because it has no effect on type
checking yet before django-stubs gets integrated.
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
parent
abebab9f02
commit
b5f1134172
|
@ -2168,9 +2168,9 @@ types-six==1.16.18 \
|
|||
# via
|
||||
# -r requirements/mypy.in
|
||||
# types-boto
|
||||
types-stripe==3.5.0 \
|
||||
--hash=sha256:1eaf4d147f5d572158cc01217490dd2d13607c5bbb028cc34498ee0952c1604b \
|
||||
--hash=sha256:2220b675422daf1fc49a2be1ca634dbe74803c23067f968043c2f90697da3566
|
||||
types-stripe==3.5.1 \
|
||||
--hash=sha256:2fb2d9eab532e3b382253596cc7a1027a907a1c9f7a91bc27296e41e655ba888 \
|
||||
--hash=sha256:9bad37c88c9eb9bf70bb096d92aa71f366f2f642d42510ab657b63d82a0dcd1b
|
||||
# via -r requirements/mypy.in
|
||||
types-urllib3==1.26.17 \
|
||||
--hash=sha256:0d027fcd27dbb3cb532453b4d977e05bc1e13aefd70519866af211b3003d895d \
|
||||
|
|
|
@ -267,9 +267,9 @@ types-six==1.16.18 \
|
|||
# via
|
||||
# -r requirements/mypy.in
|
||||
# types-boto
|
||||
types-stripe==3.5.0 \
|
||||
--hash=sha256:1eaf4d147f5d572158cc01217490dd2d13607c5bbb028cc34498ee0952c1604b \
|
||||
--hash=sha256:2220b675422daf1fc49a2be1ca634dbe74803c23067f968043c2f90697da3566
|
||||
types-stripe==3.5.1 \
|
||||
--hash=sha256:2fb2d9eab532e3b382253596cc7a1027a907a1c9f7a91bc27296e41e655ba888 \
|
||||
--hash=sha256:9bad37c88c9eb9bf70bb096d92aa71f366f2f642d42510ab657b63d82a0dcd1b
|
||||
# via -r requirements/mypy.in
|
||||
types-urllib3==1.26.17 \
|
||||
--hash=sha256:0d027fcd27dbb3cb532453b4d977e05bc1e13aefd70519866af211b3003d895d \
|
||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 136
|
|||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = (197, 0)
|
||||
PROVISION_VERSION = (197, 1)
|
||||
|
|
Loading…
Reference in New Issue