File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ openai = "openai.cli:main"
49
49
managed = true
50
50
dev-dependencies = [
51
51
" pyright==1.1.332" ,
52
- " mypy==1.6 .1" ,
52
+ " mypy==1.7 .1" ,
53
53
" black==23.3.0" ,
54
54
" respx==0.19.2" ,
55
55
" pytest==7.1.1" ,
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ azure-identity==1.15.0
16
16
black==23.3.0
17
17
certifi==2023.7.22
18
18
cffi==1.16.0
19
- charset-normalizer==3.3.1
19
+ charset-normalizer==3.3.2
20
20
click==8.1.7
21
21
colorlog==6.7.0
22
- cryptography==41.0.5
22
+ cryptography==41.0.7
23
23
dirty-equals==0.6.0
24
24
distlib==0.3.7
25
25
distro==1.8.0
@@ -31,15 +31,15 @@ httpx==0.23.0
31
31
idna==3.4
32
32
iniconfig==2.0.0
33
33
isort==5.10.1
34
- msal==1.24.1
34
+ msal==1.25.0
35
35
msal-extensions==1.0.0
36
- mypy==1.6 .1
36
+ mypy==1.7 .1
37
37
mypy-extensions==1.0.0
38
38
nodeenv==1.8.0
39
39
nox==2023.4.22
40
- numpy==1.26.1
40
+ numpy==1.26.2
41
41
packaging==23.2
42
- pandas==2.1.1
42
+ pandas==2.1.3
43
43
pandas-stubs==2.1.1.230928
44
44
pathspec==0.11.2
45
45
platformdirs==3.11.0
@@ -68,7 +68,7 @@ types-pytz==2023.3.1.1
68
68
types-tqdm==4.66.0.2
69
69
typing-extensions==4.8.0
70
70
tzdata==2023.3
71
- urllib3==2.0.7
71
+ urllib3==2.1.0
72
72
virtualenv==20.24.5
73
73
# The following packages are considered to be unsafe in a requirements file:
74
74
setuptools==68.2.2
You can’t perform that action at this time.
0 commit comments