mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
requirements: Upgrade types-stripe to 3.5.1.
This includes the change from28fde2ee27. 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> (cherry picked from commitb5f1134172)
This commit is contained in:
committed by
Tim Abbott
parent
75af21ac98
commit
9f3802f5bf
@@ -2187,9 +2187,9 @@ types-six==1.16.19 \
|
|||||||
# via
|
# via
|
||||||
# -r requirements/mypy.in
|
# -r requirements/mypy.in
|
||||||
# types-boto
|
# types-boto
|
||||||
types-stripe==3.5.0 \
|
types-stripe==3.5.1 \
|
||||||
--hash=sha256:1eaf4d147f5d572158cc01217490dd2d13607c5bbb028cc34498ee0952c1604b \
|
--hash=sha256:2fb2d9eab532e3b382253596cc7a1027a907a1c9f7a91bc27296e41e655ba888 \
|
||||||
--hash=sha256:2220b675422daf1fc49a2be1ca634dbe74803c23067f968043c2f90697da3566
|
--hash=sha256:9bad37c88c9eb9bf70bb096d92aa71f366f2f642d42510ab657b63d82a0dcd1b
|
||||||
# via -r requirements/mypy.in
|
# via -r requirements/mypy.in
|
||||||
types-urllib3==1.26.23 \
|
types-urllib3==1.26.23 \
|
||||||
--hash=sha256:333e675b188a1c1fd980b4b352f9e40572413a4c1ac689c23cd546e96310070a \
|
--hash=sha256:333e675b188a1c1fd980b4b352f9e40572413a4c1ac689c23cd546e96310070a \
|
||||||
|
|||||||
@@ -301,9 +301,9 @@ types-six==1.16.19 \
|
|||||||
# via
|
# via
|
||||||
# -r requirements/mypy.in
|
# -r requirements/mypy.in
|
||||||
# types-boto
|
# types-boto
|
||||||
types-stripe==3.5.0 \
|
types-stripe==3.5.1 \
|
||||||
--hash=sha256:1eaf4d147f5d572158cc01217490dd2d13607c5bbb028cc34498ee0952c1604b \
|
--hash=sha256:2fb2d9eab532e3b382253596cc7a1027a907a1c9f7a91bc27296e41e655ba888 \
|
||||||
--hash=sha256:2220b675422daf1fc49a2be1ca634dbe74803c23067f968043c2f90697da3566
|
--hash=sha256:9bad37c88c9eb9bf70bb096d92aa71f366f2f642d42510ab657b63d82a0dcd1b
|
||||||
# via -r requirements/mypy.in
|
# via -r requirements/mypy.in
|
||||||
types-urllib3==1.26.23 \
|
types-urllib3==1.26.23 \
|
||||||
--hash=sha256:333e675b188a1c1fd980b4b352f9e40572413a4c1ac689c23cd546e96310070a \
|
--hash=sha256:333e675b188a1c1fd980b4b352f9e40572413a4c1ac689c23cd546e96310070a \
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 122
|
|||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = "192.0"
|
PROVISION_VERSION = "192.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user