Skip to content

Commit 6907966

Browse files
authored
Merge pull request #709 from microsoftgraph/hotfix/fix-release
hotfix/fix release
2 parents 276cb94 + 44c0a49 commit 6907966

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.5.0] - 2024-05-16
9-
10-
### Changed
11-
12-
- Weekly generation with Kiota - 14th May 2024
13-
148
## [1.4.0] - 2024-05-08
159

1610
### Changed

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
-i https://pypi.org/simple
22

3-
astroid ; python_full_version >= '3.7.2'
3+
astroid==3.1.0 ; python_full_version >= '3.7.2'
4+
45
build==1.2.1
56

67
bumpver==2023.1129
@@ -33,7 +34,7 @@ pathlib2==2.3.7.post1
3334

3435
platformdirs==4.2.2 ; python_version >= '3.7'
3536

36-
pylint==3.2.0
37+
pylint==3.1.1
3738

3839
pyproject-hooks==1.1.0 ; python_version >= '3.7'
3940

0 commit comments

Comments
 (0)