Skip to content

Commit

Permalink
update deps to avoid datetime.utcfromtimestamp deprecation warning #889
Browse files Browse the repository at this point in the history
… (#941)
  • Loading branch information
AndreyNikiforov committed Aug 25, 2024
1 parent 3593ed8 commit 18e6a4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
"requests==2.31.0",
"schema==0.7.5",
"click==8.1.6",
"python-dateutil==2.8.2",
"tqdm==4.66.4",
"piexif==1.1.3",
"urllib3==1.26.16",
Expand Down Expand Up @@ -60,7 +59,7 @@ devlinux = [
test = [
"pytest==7.4.3",
"mock==5.1.0",
"freezegun==1.2.2",
"freezegun==1.5.1",
"vcrpy==4.4.0",
"pytest-cov==4.1.0",
"ruff==0.5.0",
Expand Down

0 comments on commit 18e6a4b

Please sign in to comment.