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

Commit

Permalink
Merge pull request #213 from microsoft/dependabot/pip/pendulum-3.0.0
Browse files Browse the repository at this point in the history
Bump pendulum from 2.1.2 to 3.0.0
  • Loading branch information
samwelkanda authored Jan 9, 2024
2 parents 339f25d + 233c0c3 commit 193739a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exceptiongroup==1.2.0

microsoft-kiota-abstractions==1.0.0

pendulum==2.1.2
pendulum==3.0.0

six==1.16.0

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_union_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_parse_union_type_complex_property1(self):
assert result.composed_type1.id == UUID("8f841f30-e6e3-439a-a812-ebd369559c36")
assert result.composed_type1.office_location == OfficeLocation.Dunhill
assert result.composed_type1.is_active is True
assert str(result.composed_type1.updated_at) == '2021-07-29T03:07:25+00:00'
assert str(result.composed_type1.updated_at) == '2021-07-29 03:07:25+00:00'

def test_parse_union_type_complex_property2(self):
json_string = '{"@odata.type": "#microsoft.graph.User2", "id": 43,\
Expand Down

0 comments on commit 193739a

Please sign in to comment.