Skip to content

Commit 8f13fc4

Browse files
Bump platformdirs from 4.4.0 to 4.5.0
Bumps [platformdirs](https://github.com/tox-dev/platformdirs) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst) - [Commits](tox-dev/platformdirs@4.4.0...4.5.0) --- updated-dependencies: - dependency-name: platformdirs dependency-version: 4.5.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5721fe commit 8f13fc4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

requirements.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ elastic-transport==9.1.0
3434
# via elasticsearch
3535
elasticsearch==9.1.1
3636
# via -r requirements.in
37+
exceptiongroup==1.3.0
38+
# via
39+
# anyio
40+
# ipython
3741
executing==2.2.1
3842
# via stack-data
3943
fastjsonschema==2.21.2
@@ -44,10 +48,8 @@ idna==3.10
4448
# via
4549
# anyio
4650
# jsonschema
47-
ipython==9.5.0
51+
ipython==8.37.0
4852
# via -r requirements.in
49-
ipython-pygments-lexers==1.1.1
50-
# via ipython
5153
isoduration==20.11.0
5254
# via jsonschema
5355
jedi==0.19.2
@@ -108,6 +110,8 @@ nbformat==5.10.4
108110
# jupyter-server
109111
# nbclient
110112
# nbconvert
113+
overrides==7.7.0
114+
# via jupyter-server
111115
packaging==25.0
112116
# via
113117
# jupyter-events
@@ -119,7 +123,7 @@ parso==0.8.5
119123
# via jedi
120124
pexpect==4.9.0
121125
# via ipython
122-
platformdirs==4.4.0
126+
platformdirs==4.5.0
123127
# via jupyter-core
124128
prometheus-client==0.22.1
125129
# via jupyter-server
@@ -138,7 +142,6 @@ pycurl==7.45.6
138142
pygments==2.19.2
139143
# via
140144
# ipython
141-
# ipython-pygments-lexers
142145
# nbconvert
143146
pylibmc==1.6.3
144147
# via -r requirements.in
@@ -218,6 +221,9 @@ typing-extensions==4.15.0
218221
# anyio
219222
# beautifulsoup4
220223
# elasticsearch
224+
# exceptiongroup
225+
# ipython
226+
# mistune
221227
# referencing
222228
uri-template==1.3.0
223229
# via jsonschema

0 commit comments

Comments
 (0)