Skip to content

Commit

Permalink
fix: downgrade gitignore-parser to 0.1.8 (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Dec 18, 2023
1 parent 311dcc9 commit 9277dab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
| [geojson](https://github.com/jazzband/geojson) | 3.0.1 | python3 |
| [geos](http://trac.osgeo.org/geos/) | 3.12.0 | scientific_core |
| [ghp-import](https://github.com/c-w/ghp-import) | 2.1.0 | python3_devtools |
| [gitignore-parser](https://github.com/mherrmann/gitignore_parser) | 0.1.9 | python3 |
| [gitignore-parser](https://github.com/mherrmann/gitignore_parser) | 0.1.8 | python3 |
| [hatch-fancy-pypi-readme](https://pypi.org/project/hatch-fancy-pypi-readme) | 23.1.0 | python3 |
| [hatch-nodejs-version](https://pypi.org/project/hatch-nodejs-version) | 0.3.2 | python3 |
| [hatch-requirements-txt](https://pypi.org/project/hatch-requirements-txt) | 0.4.0 | python3 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ urllib3
bjoern
python-ldap
pydantic
#There is a problem with circus_autorestart_plugin with gitignore-parser 0.1.9
#Cf https://github.com/metwork-framework/circus_autorestart_plugin/issues/6
gitignore-parser<0.1.9
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ diskcache==5.6.3
-e git+https://github.com/metwork-framework/envtpl.git@136972101464853a57b61e485608167fe75f5f71#egg=envtpl
frozenlist==1.4.0
geojson==3.0.1
gitignore-parser==0.1.9
gitignore-parser==0.1.8
hiredis==2.2.3
idna==3.4
inotify-simple==1.3.5
Expand Down

0 comments on commit 9277dab

Please sign in to comment.