File tree 3 files changed +23
-23
lines changed
3 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " red_utils"
3
- version = " 0.2.9 "
3
+ version = " 0.2.10 "
4
4
description = " Collection of utility scripts/functions that I use frequently."
5
5
authors = [
6
6
{
name =
" redjax" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 4
4
annotated-types==0.6.0
5
5
anyio==3.7.1
6
6
arrow==1.3.0
7
- black==23.10.1
7
+ black==23.11.0
8
8
blinker==1.7.0
9
9
cachecontrol==0.13.1
10
- certifi==2023.7.22
10
+ certifi==2023.11.17
11
11
cfgv==3.4.0
12
12
charset-normalizer==3.3.2
13
13
click==8.1.7
14
14
diskcache==5.6.3
15
15
distlib==0.3.7
16
16
filelock==3.13.1
17
- findpython==0.4.0
17
+ findpython==0.4.1
18
18
h11==0.14.0
19
- httpcore==0.18.0
20
- httpx==0.25.0
21
- identify==2.5.31
22
- idna==3.4
19
+ httpcore==1.0.2
20
+ httpx==0.25.2
21
+ identify==2.5.33
22
+ idna==3.6
23
23
iniconfig==2.0.0
24
24
installer==0.7.0
25
25
loguru==0.7.2
@@ -30,13 +30,13 @@ mypy-extensions==1.0.0
30
30
nodeenv==1.8.0
31
31
packaging==23.2
32
32
pathspec==0.11.2
33
- pdm==2.10.0
33
+ pdm==2.10.4
34
34
pdm-bump==0.7.3
35
35
pendulum==2.1.2
36
- platformdirs==3.11 .0
36
+ platformdirs==4.1 .0
37
37
pluggy==1.3.0
38
38
pre-commit==3.5.0
39
- pygments==2.16.1
39
+ pygments==2.17.2
40
40
pyproject-hooks==1.0.0
41
41
pyproject-metadata==0.7.1
42
42
pytest==7.4.3
@@ -47,16 +47,16 @@ pyyaml==6.0.1
47
47
requests==2.31.0
48
48
requests-toolbelt==1.0.0
49
49
resolvelib==1.0.1
50
- rich==13.6 .0
51
- ruff==0.1.3
52
- setuptools==68.2 .2
50
+ rich==13.7 .0
51
+ ruff==0.1.7
52
+ setuptools==69.0 .2
53
53
shellingham==1.5.4
54
54
six==1.16.0
55
55
sniffio==1.3.0
56
56
tomli-w==1.0.0
57
- tomlkit==0.12.2
57
+ tomlkit==0.12.3
58
58
truststore==0.8.0
59
59
types-python-dateutil==2.8.19.14
60
60
unearth==0.12.1
61
- urllib3==2.0.7
62
- virtualenv==20.24.6
61
+ urllib3==2.1.0
62
+ virtualenv==20.25.0
Original file line number Diff line number Diff line change 3
3
4
4
anyio == 3.7.1
5
5
arrow == 1.3.0
6
- certifi == 2023.7.22
6
+ certifi == 2023.11.17
7
7
diskcache == 5.6.3
8
8
h11 == 0.14.0
9
- httpcore == 0.18.0
10
- httpx == 0.25.0
11
- idna == 3.4
9
+ httpcore == 1.0.2
10
+ httpx == 0.25.2
11
+ idna == 3.6
12
12
loguru == 0.7.2
13
13
markdown-it-py == 3.0.0
14
14
mdurl == 0.1.2
15
15
msgpack == 1.0.7
16
16
pendulum == 2.1.2
17
- pygments == 2.16.1
17
+ pygments == 2.17.2
18
18
python-dateutil == 2.8.2
19
19
pytzdata == 2020.1
20
- rich == 13.6 .0
20
+ rich == 13.7 .0
21
21
six == 1.16.0
22
22
sniffio == 1.3.0
23
23
types-python-dateutil == 2.8.19.14
You can’t perform that action at this time.
0 commit comments