Skip to content

Commit

Permalink
chore(deps): bump the pipenv group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pipenv group with 2 updates in the /services/datalad directory: [falcon](https://github.com/falconry/falcon) and [pygithub](https://github.com/pygithub/pygithub).


Updates `falcon` from 3.1.3 to 4.0.2
- [Release notes](https://github.com/falconry/falcon/releases)
- [Changelog](https://github.com/falconry/falcon/blob/master/RELEASE.md)
- [Commits](falconry/falcon@3.1.3...4.0.2)

Updates `pygithub` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](PyGithub/PyGithub@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: falcon
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pipenv
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pipenv
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 77f2fc3 commit 96da6e8
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 41 deletions.
4 changes: 2 additions & 2 deletions services/datalad/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ exceptiongroup = "*"
pytest-asyncio = "*"

[packages]
falcon = "==3.1.3"
falcon = "==4.0.2"
requests = "*"
PyJWT = ">=2"
boto3 = "*"
pygit2 = "==1.16.0"
pygithub = "==2.4.0"
pygithub = "==2.5.0"
charset-normalizer = "*"
uvicorn = {extras = ["standard"], version = "*"}
aiofiles = "*"
Expand Down
89 changes: 50 additions & 39 deletions services/datalad/Pipfile.lock

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

0 comments on commit 96da6e8

Please sign in to comment.