Skip to content

Commit

Permalink
⬆️(project) upgrade python dependencies
Browse files Browse the repository at this point in the history
| datasource | package            | from         | to              |
| ---------- | ------------------ | ------------ | --------------- |
| pypi       | black              | 23.12.0      | 23.12.1         |
| pypi       | mkdocs-material    | 9.5.2        | 9.5.3           |
| pypi       | mypy               | 1.7.1        | 1.8.0           |
| pypi       | pymdown-extensions | 10.5         | 10.7            |
| pypi       | pytest             | 7.4.3        | 7.4.4           |
| pypi       | pytest-asyncio     | 0.23.2       | 0.23.3          |
| pypi       | ruff               | 0.1.8        | 0.1.11          |
| pypi       | types-requests     | 2.31.0.10    | 2.31.0.20231231 |
| pypi       | fastapi            | 0.105.0      | 0.108.0         |
| pypi       | uvicorn            | 0.24.0.post1 | 0.25.0          |
  • Loading branch information
renovate[bot] authored and quitterie-lcs committed Jan 4, 2024
1 parent be6c509 commit 70c1bd8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,41 +88,41 @@ cli = [
]
dev = [
"anyio<4.2.1", # unpin until fastapi supports new major version of anyio
"black==23.12.0",
"black==23.12.1",
"cryptography==41.0.7",
"factory-boy==3.3.0",
"hypothesis<6.92.0", # pin as hypothesis 6.92.0 observability feature seems broken
"logging-gelf==0.0.31",
"mike==2.0.0",
"mkdocs==1.5.3",
"mkdocs-click==0.8.1",
"mkdocs-material==9.5.2",
"mkdocs-material==9.5.3",
"mkdocstrings[python-legacy]==0.24.0",
"moto==4.2.12",
"mypy==1.7.1",
"mypy==1.8.0",
"neoteroi-mkdocs==1.0.4",
"pyfakefs==5.3.2",
"pymdown-extensions==10.5",
"pytest==7.4.3",
"pytest-asyncio==0.23.2",
"pymdown-extensions==10.7",
"pytest==7.4.4",
"pytest-asyncio==0.23.3",
"pytest-cov==4.1.0",
"pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0
"requests-mock==1.11.0",
"responses==0.24.1",
"ruff==0.1.8",
"ruff==0.1.11",
"types-python-dateutil == 2.8.19.14",
"types-python-jose == 3.3.4.8",
"types-requests<2.31.0.11",
"types-requests<2.31.0.20231232",
"types-cachetools ==5.3.0.7",
]
lrs = [
"bcrypt==4.1.2",
"fastapi==0.105.0",
"fastapi==0.108.0",
"cachetools==5.3.2",
"httpx<0.25.0", # pin as `pytest-httpx<0.23.0` requires `httpx==0.24.*`
"sentry_sdk==1.39.1",
"python-jose==3.3.0",
"uvicorn[standard]==0.24.0.post1",
"uvicorn[standard]==0.25.0",
]
full = [
"ralph-malph[backends,cli,lrs]",
Expand Down

0 comments on commit 70c1bd8

Please sign in to comment.