Skip to content

Commit

Permalink
Merge branch 'main' into chore/dropContentFIlter
Browse files Browse the repository at this point in the history
  • Loading branch information
ArzelaAscoIi committed Oct 21, 2024
2 parents e848990 + 04473af commit 2f746d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
- name: Coverage comment
if: github.event_name == 'push' || github.event_name == 'pull_request'
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@e6ee17f632217eae267a13fbeb4389dce5dc4a26
uses: py-cov-action/python-coverage-comment-action@b2eb38dd175bf053189b35f738f9207278b00925
with:
GITHUB_TOKEN: ${{ github.token }}
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ classifiers = [
]
dependencies = [
"structlog>=24.4.0, < 25.0.0",
"httpx==0.27.0",
"httpx==0.27.2",
"python-dotenv==1.0.1",
"typer==0.12.3",
"typer==0.12.5",
"tenacity==8.3.0",
"aiohttp==3.9.5",
"aiofiles==23.2.1",
Expand Down Expand Up @@ -58,7 +58,7 @@ python = ["3.10"]
[tool.hatch.envs.default]
dependencies = [
"structlog==24.2.0",
"httpx==0.27.0",
"httpx==0.27.2",
"python-dotenv==1.0.1",
"tenacity==8.3.0",
"aiohttp==3.9.5",
Expand Down

0 comments on commit 2f746d5

Please sign in to comment.