Skip to content

Commit

Permalink
[fix] Fix Bump Version to 4.0.1 (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Mar 14, 2024
1 parent 4562d8d commit b45cac1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ fixcompliance==0.4.12
fixdatalink[extra]==2.0.1
fixinventoryclient==2.0.1
fixinventorydata==0.2.4
fixinventorylib==4.0.0
flake8==7.0.0
frozendict==2.4.0
frozenlist==1.4.1
Expand Down
1 change: 0 additions & 1 deletion requirements-extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ fixcompliance==0.4.12
fixdatalink[extra]==2.0.1
fixinventoryclient==2.0.1
fixinventorydata==0.2.4
fixinventorylib==4.0.0
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.17.1
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fixcompliance==0.4.12
fixdatalink==2.0.1
fixinventoryclient==2.0.1
fixinventorydata==0.2.4
fixinventorylib==4.0.0
frozendict==2.4.0
frozenlist==1.4.1
google-api-core==2.17.1
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def all_project_definitions() -> Iterator[ProjectDefinition]:
raise


filter_out = ["fixlib", "fix-plugin-aws"]
filter_out = ["fixinventorylib", "fixinventory-plugin-aws"]


def filter_dependencies(deps: List[str]) -> List[str]:
Expand Down

0 comments on commit b45cac1

Please sign in to comment.