Skip to content

Commit

Permalink
Update dev dependencies; fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 3, 2023
1 parent 5295924 commit 009f383
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-e .

black==22.10.0
build==0.9.0
black==23.9.1
build==1.0.3
check-manifest==0.49
cogapp==3.3.0
freezegun==1.2.2
pytest==7.2.0
responses==0.22.0
ruff==0.0.262
tox==3.27.1
tox-gh-actions==2.11.0
pytest==7.4.2
responses==0.23.3
ruff==0.0.292
tox==4.11.3
tox-gh-actions==3.1.3
twine==4.0.2
wheel==0.38.4
wheel==0.41.2
1 change: 0 additions & 1 deletion src/crashstats_tools/cmd_fetch_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def fetch_crash(

# Fetch dumps
for dump_name in dump_names:

# We store "upload_file_minidump" as "dump", so we need to use that
# name when requesting from the RawCrash api
file_name = dump_name
Expand Down

0 comments on commit 009f383

Please sign in to comment.