Skip to content

Commit

Permalink
Upgrade requests
Browse files Browse the repository at this point in the history
Also add `setuptools` as a production dependency (!? 🤢)
  • Loading branch information
jstvz committed Nov 12, 2024
1 parent 5ac9ca8 commit eca8cd9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
test:
name: "Python ${{ matrix.python-version }}"
name: "Unit tests: ${{ matrix.os }}-${{ matrix.python-version }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -96,7 +96,6 @@ jobs:
- name: Install dependencies
run: |
python -VV
pip install -r mkdocs mkdocs-exclude-search
# docs build requires a proper install
pip install .
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ dependencies = [
"pydantic<2.0.0",
"python-baseconv",
"requests",
"setuptools>=75.4.0",
]

[dependency-groups]
Expand All @@ -57,7 +58,6 @@ dev = [
"pytest-vcr>=1.0.2",
"responses>=0.23.1",
"vcrpy>=6.0.2",
"setuptools>=75.3.0",
]

[project.scripts]
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

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

0 comments on commit eca8cd9

Please sign in to comment.