Skip to content

Commit

Permalink
Merge pull request #476 from Pale-Blue-Dot-97/dependabot/pip/requirem…
Browse files Browse the repository at this point in the history
…ents/argcomplete-3.3.0

Bump argcomplete from 3.2.2 to 3.3.0 in /requirements
  • Loading branch information
Pale-Blue-Dot-97 authored May 2, 2024
2 parents 3f84174 + f16f915 commit 333d522
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alive_progress==3.1.5
argcomplete==3.2.2
argcomplete==3.3.0
catalyst==22.4
fastapi>=0.101.0
fiona>=1.9.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alive_progress==3.1.5
argcomplete==3.2.2
argcomplete==3.3.0
catalyst==22.4
certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability.
fastapi>=0.101.0
Expand Down
6 changes: 5 additions & 1 deletion tests/test_utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,11 @@ def test_get_centre_loc() -> None:
), # City of London.
(36.53849331792166, -102.65475905788739, ""), # Random point in Ohio.
(30.45028570174185, -76.49581035362436, ""), # Bermuda Triangle.
(41.90204312927206, 12.45644780021287, "Civitas Vaticana"), # Vatican City.
(
41.90204312927206,
12.45644780021287,
"Città del Vaticano, Civitas Vaticana",
), # Vatican City.
(-77.844504, 166.707506, "McMurdo Station"), # McMurdo Station, Antartica.
],
)
Expand Down

0 comments on commit 333d522

Please sign in to comment.