Skip to content

Commit

Permalink
Revert "Update requirements."
Browse files Browse the repository at this point in the history
uv pip install with a file: URI has regressed on slightly newer uv.

See astral-sh/uv#3934.

This reverts commit 1d03249.
  • Loading branch information
Julian committed May 31, 2024
1 parent eb4c08f commit 8f48024
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiosignal==1.3.1
# via aiohttp
alabaster==0.7.16
# via sphinx
anyio==4.4.0
anyio==4.3.0
# via httpx
attrs==23.2.0
# via
Expand All @@ -20,7 +20,7 @@ babel==2.15.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
file:.#egg=bowtie-json-schema
bowtie-json-schema @ file:.#egg=bowtie-json-schema
# via -r docs/requirements.in
certifi==2024.2.2
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ referencing==0.35.1
# referencing-loaders
referencing-loaders==2024.5.2
# via bowtie-json-schema
requests==2.32.3
requests==2.32.0
# via
# github3-py
# sphinx
Expand Down Expand Up @@ -189,9 +189,9 @@ sphinxcontrib-spelling==8.0.0
# via -r docs/requirements.in
sphinxext-opengraph==0.9.1
# via -r docs/requirements.in
structlog==24.2.0
structlog==24.1.0
# via bowtie-json-schema
typing-extensions==4.12.0
typing-extensions==4.11.0
# via
# aiodocker
# rich-click
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aiohttp==3.9.5
# via aiodocker
aiosignal==1.3.1
# via aiohttp
anyio==4.4.0
anyio==4.3.0
# via httpx
attrs==23.2.0
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ referencing==0.35.1
# referencing-loaders
referencing-loaders==2024.5.2
# via bowtie-json-schema (pyproject.toml)
requests==2.32.3
requests==2.32.0
# via github3-py
rich==13.7.1
# via
Expand All @@ -103,9 +103,9 @@ sniffio==1.3.1
# via
# anyio
# httpx
structlog==24.2.0
structlog==24.1.0
# via bowtie-json-schema (pyproject.toml)
typing-extensions==4.12.0
typing-extensions==4.11.0
# via
# aiodocker
# rich-click
Expand Down
12 changes: 6 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aiosignal==1.3.1
# via
# -r requirements.txt
# aiohttp
anyio==4.4.0
anyio==4.3.0
# via
# -r requirements.txt
# httpx
Expand All @@ -24,7 +24,7 @@ attrs==23.2.0
# hypothesis
# jsonschema
# referencing
file:.#egg=bowtie-json-schema
bowtie-json-schema @ file:.#egg=bowtie-json-schema
# via -r test-requirements.in
certifi==2024.2.2
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ httpx==0.27.0
# via
# -r requirements.txt
# bowtie-json-schema
hypothesis==6.103.0
hypothesis==6.102.4
# via -r test-requirements.in
icdiff==2.0.7
# via pytest-icdiff
Expand Down Expand Up @@ -165,7 +165,7 @@ referencing-loaders==2024.5.2
# via
# -r requirements.txt
# bowtie-json-schema
requests==2.32.3
requests==2.32.0
# via
# -r requirements.txt
# github3-py
Expand Down Expand Up @@ -196,11 +196,11 @@ sniffio==1.3.1
# httpx
sortedcontainers==2.4.0
# via hypothesis
structlog==24.2.0
structlog==24.1.0
# via
# -r requirements.txt
# bowtie-json-schema
typing-extensions==4.12.0
typing-extensions==4.11.0
# via
# -r requirements.txt
# aiodocker
Expand Down

0 comments on commit 8f48024

Please sign in to comment.