ptipython-metapackage 2.2.0__tar.gz → 2.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ptipython-metapackage
3
- Version: 2.2.0
3
+ Version: 2.3.0
4
4
  Summary: ptipython metapackage
5
5
  Author-email: Dmitry Meyer <me@undef.im>
6
6
  License: BSD-3-Clause
@@ -19,7 +19,7 @@ Requires-Python: >=3.11
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
  Requires-Dist: ptpython==3.0.30
22
- Requires-Dist: ipython==9.2.0
22
+ Requires-Dist: ipython==9.3.0
23
23
  Dynamic: license-file
24
24
 
25
25
  # ptipython metapackage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ptipython-metapackage
3
- Version: 2.2.0
3
+ Version: 2.3.0
4
4
  Summary: ptipython metapackage
5
5
  Author-email: Dmitry Meyer <me@undef.im>
6
6
  License: BSD-3-Clause
@@ -19,7 +19,7 @@ Requires-Python: >=3.11
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
21
  Requires-Dist: ptpython==3.0.30
22
- Requires-Dist: ipython==9.2.0
22
+ Requires-Dist: ipython==9.3.0
23
23
  Dynamic: license-file
24
24
 
25
25
  # ptipython metapackage
@@ -1,2 +1,2 @@
1
1
  ptpython==3.0.30
2
- ipython==9.2.0
2
+ ipython==9.3.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ptipython-metapackage"
7
- version = "2.2.0"
7
+ version = "2.3.0"
8
8
  description = "ptipython metapackage"
9
9
  readme = "README.md"
10
10
  license = {text = "BSD-3-Clause"}
@@ -21,7 +21,7 @@ classifiers = [
21
21
  ]
22
22
  keywords = ["ptipython", "ptpython", "ipython"]
23
23
  requires-python = ">= 3.11"
24
- dependencies = ["ptpython == 3.0.30", "ipython == 9.2.0"]
24
+ dependencies = ["ptpython == 3.0.30", "ipython == 9.3.0"]
25
25
 
26
26
  [project.scripts]
27
27
  ptipython = "ptpython.entry_points.run_ptipython:run"