Skip to content

Commit

Permalink
Merge pull request #7 from freifunkMUC/dependabot/pip/pyyaml-6.0.2
Browse files Browse the repository at this point in the history
Bump pyyaml from 6.0 to 6.0.2
  • Loading branch information
GoliathLabs authored Jan 24, 2025
2 parents e69e972 + ca6a7f2 commit 9077bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
geopy==2.2.0
pyyaml==6.0
pyyaml==6.0.2
dataclasses_json==0.5.6
future-fstrings>=1.2.0
requests>=2.22.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def read(fname):
include_package_data=True,
install_requires=[
"geopy==2.2.0",
"pyyaml==6.0",
"pyyaml==6.0.2",
"dataclasses_json==0.5.6",
],
)

0 comments on commit 9077bcb

Please sign in to comment.