Skip to content

Commit 0c7c504

Browse files
authored
Merge pull request #457 from tutorcruncher/uprev-morpheus-02-03-2023
2 parents c64847a + daeb170 commit 0c7c504

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiofiles==22.1.0
1+
aiofiles==23.1.0
22
aioredis==1.3.1
33
arq==0.22
44
buildpg==0.4
@@ -7,16 +7,17 @@ click==8.1.3
77
fastapi==0.68.1
88
foxglove-web==0.0.28
99
jinja2==3.1.2
10-
libsass==0.21.0
10+
libsass==0.22.0
1111
misaka==2.1.1
12-
MarkupSafe==2.1.1
13-
phonenumbers==8.12.57
12+
MarkupSafe==2.1.2
13+
phonenumbers==8.13.6
1414
pydantic[email]==1.9.2
15-
python-multipart==0.0.5
15+
python-multipart==0.0.6
1616
python-pdf==0.39
17-
requests==2.28.1
17+
requests==2.28.2
1818
starlette==0.14.2
1919
tqdm==4.64.1
2020
ua-parser==0.16.1
21-
uvicorn==0.19.0
22-
ipython==8.6.0
21+
uvicorn==0.20.0
22+
ipython==8.11.0
23+
py==1.11.0

tests/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
aiohttp==3.8.3
2-
black==22.10.0
3-
coverage==6.5.0
2+
black==23.1.0
3+
coverage==7.2.1
44
docutils==0.19
5-
flake8==5.0.4
6-
isort==5.10.1
7-
pycodestyle==2.9.1
8-
pyflakes==2.5.0
9-
pytest==7.1.3
5+
flake8==6.0.0
6+
isort==5.12.0
7+
pycodestyle==2.10.0
8+
pyflakes==3.0.1
9+
pytest==7.2.1
1010
pytest-cov==4.0.0
1111
pytest-mock==3.10.0
12-
pytest-sugar==0.9.5
12+
pytest-sugar==0.9.6
1313
pytest-timeout==2.1.0
1414
pytest-toolbox==0.4

0 commit comments

Comments
 (0)