Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jadchaar committed Jul 9, 2024
1 parent 78ee9bd commit 0683d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
python-version: "3.12"
- name: Install dependencies
run: |
pip install -U pip setuptools wheel
pip --force-reinstall -U pip setuptools wheel
pip install -U tox
- name: Lint code
run: tox -e lint -- --show-diff-on-failure
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
]
dependencies = [
"requests",
"pyrate-limiter>=3.6.1"
"pyrate-limiter>=3.6.0"
]
requires-python = ">=3.8"
description = "Unofficial SEC EDGAR API wrapper for Python"
Expand Down

0 comments on commit 0683d2d

Please sign in to comment.