Skip to content

Commit a1d6323

Browse files
authored
release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
1 parent 0235514 commit a1d6323

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "red_utils"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "Collection of utility scripts/functions that I use frequently."
55
authors = [
66
{ name = "redjax", email = "[email protected]" },

requirements.dev.txt

+16-16
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
annotated-types==0.6.0
55
anyio==3.7.1
66
arrow==1.3.0
7-
black==23.10.1
7+
black==23.11.0
88
blinker==1.7.0
99
cachecontrol==0.13.1
10-
certifi==2023.7.22
10+
certifi==2023.11.17
1111
cfgv==3.4.0
1212
charset-normalizer==3.3.2
1313
click==8.1.7
1414
diskcache==5.6.3
1515
distlib==0.3.7
1616
filelock==3.13.1
17-
findpython==0.4.0
17+
findpython==0.4.1
1818
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
2323
iniconfig==2.0.0
2424
installer==0.7.0
2525
loguru==0.7.2
@@ -30,13 +30,13 @@ mypy-extensions==1.0.0
3030
nodeenv==1.8.0
3131
packaging==23.2
3232
pathspec==0.11.2
33-
pdm==2.10.0
33+
pdm==2.10.4
3434
pdm-bump==0.7.3
3535
pendulum==2.1.2
36-
platformdirs==3.11.0
36+
platformdirs==4.1.0
3737
pluggy==1.3.0
3838
pre-commit==3.5.0
39-
pygments==2.16.1
39+
pygments==2.17.2
4040
pyproject-hooks==1.0.0
4141
pyproject-metadata==0.7.1
4242
pytest==7.4.3
@@ -47,16 +47,16 @@ pyyaml==6.0.1
4747
requests==2.31.0
4848
requests-toolbelt==1.0.0
4949
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
5353
shellingham==1.5.4
5454
six==1.16.0
5555
sniffio==1.3.0
5656
tomli-w==1.0.0
57-
tomlkit==0.12.2
57+
tomlkit==0.12.3
5858
truststore==0.8.0
5959
types-python-dateutil==2.8.19.14
6060
unearth==0.12.1
61-
urllib3==2.0.7
62-
virtualenv==20.24.6
61+
urllib3==2.1.0
62+
virtualenv==20.25.0

requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
anyio==3.7.1
55
arrow==1.3.0
6-
certifi==2023.7.22
6+
certifi==2023.11.17
77
diskcache==5.6.3
88
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
1212
loguru==0.7.2
1313
markdown-it-py==3.0.0
1414
mdurl==0.1.2
1515
msgpack==1.0.7
1616
pendulum==2.1.2
17-
pygments==2.16.1
17+
pygments==2.17.2
1818
python-dateutil==2.8.2
1919
pytzdata==2020.1
20-
rich==13.6.0
20+
rich==13.7.0
2121
six==1.16.0
2222
sniffio==1.3.0
2323
types-python-dateutil==2.8.19.14

0 commit comments

Comments
 (0)