Skip to content

Commit

Permalink
Update setup.py for security patches from dependent packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kmhess committed Nov 17, 2023
1 parent 7c99a51 commit d4cc597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"astroquery == 0.4.5",
"matplotlib == 3.4.1",
"numpy == 1.22.0",
"Pillow >= 10.0.0",
"Pillow >= 10.0.1",
"pvextractor >= 0.2",
"requests == 2.25.1",
"setuptools == 62.3.2",
"requests >= 2.31.0",
"setuptools >= 65.5.1",
"sphinx_rtd_theme == 1.0.0",
"xmltodict == 0.12.0"
],
Expand Down

0 comments on commit d4cc597

Please sign in to comment.