Skip to content

Commit

Permalink
chore(deps): bump alive-progress from 3.1.4 to 3.1.5 (#2711)
Browse files Browse the repository at this point in the history
Bumps [alive-progress](https://github.com/rsalmei/alive-progress) from 3.1.4 to 3.1.5.
- [Changelog](https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md)
- [Commits](rsalmei/alive-progress@v3.1.4...v3.1.5)

---
updated-dependencies:
- dependency-name: alive-progress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 5, 2023
1 parent 38668b1 commit fbacc17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bikeshed = {editable = true, path = "."}
[packages]
aiofiles = "==23.1.0"
aiohttp = "==3.9.1"
alive-progress = "==3.1.4"
alive-progress = "==3.1.5"
attrs = "==22.1.0"
certifi = "==2023.7.22"
cssselect = "==1.2.0"
Expand Down
11 changes: 6 additions & 5 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-i https://pypi.org/simple
about-time==4.2.1; python_version < '4.0' and python_full_version >= '3.7.0'
about-time==4.2.1; python_version >= '3.7' and python_version < '4'
aiofiles==23.1.0
aiohttp==3.9.1; python_version >= '3.8'
aiosignal==1.3.1; python_version >= '3.7'
alive-progress==3.1.4
alive-progress==3.1.5; python_version >= '3.7' and python_version < '4'
async-timeout==4.0.3; python_full_version >= '3.7.0'
attrs==22.1.0; python_version >= '3.5'
certifi==2023.7.22
Expand Down

0 comments on commit fbacc17

Please sign in to comment.