Skip to content

Commit

Permalink
Update tqdm requirement from ==4.66.* to ==4.67.* in /server (#292)
Browse files Browse the repository at this point in the history
Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.0...v4.67.1)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 8f177df commit 08f252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ redis==5.2.1
reportlab==4.2.*
requests==2.32.*
sentry-sdk==2.19.*
tqdm==4.66.*
tqdm==4.67.*
websockets==14.*

# deploy
Expand Down

0 comments on commit 08f252b

Please sign in to comment.