Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pydantic-2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Aug 1, 2023
2 parents 80b22ac + 7ed517a commit 844d17d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Breaking Changes

### New Rules (1)
### New Rules (2)

- executable/pe/export/forwarded-export [email protected]
-
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
]
dependencies = [
"tqdm==4.65.0",
"pyyaml==6.0",
"pyyaml==6.0.1",
"tabulate==0.9.0",
"colorama==0.4.6",
"termcolor==2.3.0",
Expand Down Expand Up @@ -89,11 +89,11 @@ dev = [
"types-backports==0.1.3",
"types-colorama==0.4.15.11",
"types-PyYAML==6.0.8",
"types-tabulate==0.9.0.1",
"types-tabulate==0.9.0.3",
"types-termcolor==1.1.4",
"types-psutil==5.8.23",
"types_requests==2.31.0.1",
"types-protobuf==4.23.0.1",
"types_requests==2.31.0.2",
"types-protobuf==4.23.0.2",
]
build = [
"pyinstaller==5.10.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/data

0 comments on commit 844d17d

Please sign in to comment.