Skip to content

Commit

Permalink
Regenerate Python 3.13 reference files.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 30, 2024
1 parent 7a5879e commit 3cf80db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_cli/test_show_/test_requirements_3_13__.tree
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ repo_helper==2020.12.18
│ ├── natsort>=7.0.1
│ └── typing-extensions>=3.7.4.1
├── dulwich>=0.20.5
│ ├── setuptools; python_version >= "3.12"
│ └── urllib3>=1.25
├── first>=2.0.2
├── isort>=5.5.2
Expand Down Expand Up @@ -645,6 +646,7 @@ repo_helper==2020.12.18
│ │ ├── natsort>=7.0.1
│ │ └── typing-extensions>=3.7.4.1
│ ├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
│ │ ├── setuptools; python_version >= "3.12"
│ │ └── urllib3>=1.25
│ ├── filelock>=3.0.12
│ └── typing-extensions>=3.7.4.3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ repo_helper==2020.12.18
├── requests>=2.27.1
├── rpds-py>=0.7.1
├── ruamel.yaml>=0.17.4
├── setuptools; python_version >= "3.12"
├── shippinglabel>=1.7.1
├── shippinglabel-conda>=0.1.0
├── shippinglabel-pypi>=0.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ repo_helper==2020.12.18
│ ├── natsort>=7.0.1
│ └── typing-extensions>=3.7.4.1
├── dulwich>=0.20.5
│ ├── setuptools; python_version >= "3.12"
│ └── urllib3>=1.25
├── first>=2.0.2
├── isort>=5.5.2
Expand Down Expand Up @@ -645,6 +646,7 @@ repo_helper==2020.12.18
│ │ ├── natsort>=7.0.1
│ │ └── typing-extensions>=3.7.4.1
│ ├── dulwich!=0.20.7,!=0.20.8,!=0.20.9,>=0.20.5
│ │ ├── setuptools; python_version >= "3.12"
│ │ └── urllib3>=1.25
│ ├── filelock>=3.0.12
│ └── typing-extensions>=3.7.4.3
Expand Down

0 comments on commit 3cf80db

Please sign in to comment.