Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: indirect
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: indirect
  dependency-group: pip
- dependency-name: pydantic
  dependency-type: indirect
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 03109c3 commit a0310da
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 174 deletions.
12 changes: 6 additions & 6 deletions basicmessage_storage/integration/poetry.lock

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

2 changes: 1 addition & 1 deletion basicmessage_storage/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = []
python = "^3.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
requests = "^2.31.0"
requests = "^2.32.0"

[tool.poetry.dev-dependencies]

Expand Down
26 changes: 17 additions & 9 deletions kafka_events/integration/poetry.lock

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

2 changes: 1 addition & 1 deletion kafka_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "Apache-2.0"
python = "^3.9"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
requests = "^2.31.0"
requests = "^2.32.0"
pytest-cov = "^5.0.0"
acapy-client = {git="https://github.com/indicio-tech/acapy-client.git", branch="acapy/main"}
aiokafka = "^0.7.1"
Expand Down
Loading

0 comments on commit a0310da

Please sign in to comment.