Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ doap_airflow.rdf

# nvm (Node Version Manager)
.nvmrc

# PKG-INFO file
PKG-INFO
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Airflow
Copyright 2016-2021 The Apache Software Foundation
Copyright 2016-2023 The Apache Software Foundation

This product includes software developed at The Apache Software
Foundation (http://www.apache.org/).
Expand Down
2 changes: 1 addition & 1 deletion airflow/www/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const BUILD_DIR = path.resolve(__dirname, "./static/dist");
// Convert licenses json into a standard format for LICENSES.txt
const formatLicenses = (packages) => {
let text = `Apache Airflow
Copyright 2016-2021 The Apache Software Foundation
Copyright 2016-2023 The Apache Software Foundation

This product includes software developed at The Apache Software
Foundation (http://www.apache.org/).
Expand Down
2 changes: 1 addition & 1 deletion chart/NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache Airflow
Copyright 2016-2021 The Apache Software Foundation
Copyright 2016-2023 The Apache Software Foundation

This product includes software developed at The Apache Software
Foundation (http://www.apache.org/).
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ PLEASE DO NOT MODIFY THE HASH BELOW! IT IS AUTOMATICALLY UPDATED BY PRE-COMMIT.

---------------------------------------------------------------------------------------------------------

Package config hash: 51d9c2ec8af90c2941d58cf28397e9972d31718bc5d74538eb0614ed9418310e7b1d14bb3ee11f4df6e8403390869838217dc641cdb1416a223b7cf69adf1b20
Package config hash: 772a3746780de67ba5c0198928b5f6d7461eb6ae3b9537665dab9c504515290d975bb52ef6b3bacc04148702402ab9b02c6e529910f2f727771df56ef56c1554

---------------------------------------------------------------------------------------------------------
13 changes: 6 additions & 7 deletions dev/breeze/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,25 @@ dependencies = [
"black>=23.11.0",
"click>=8.1.7",
"filelock>=3.13.0",
"flit>=3.5.0",
"gitpython>=3.1.40",
"inputimeout>=1.0.4",
"jinja2>=3.1.0",
"jsonschema>=4.19.1",
"packaging>=23.2",
"pendulum>=2.1.2,<3",
"pre-commit>=3.5.0",
"psutil>=5.9.6",
"pytest>=7.4.0",
"pygithub>=2.1.1",
"pytest-xdist>=3.3.1",
"pytest>=7.4.0",
"pyyaml>=6.0.1",
"PyGithub>=2.1.1",
"requests>=2.30.0",
"rich>=13.6.0",
"rich-click>=1.7.1",
"gitpython>=3.1.40",
"rich>=13.6.0",
"semver>=3.0.2",
"tabulate>=0.9.0",
"twine>=4.0.2",
"wheel>=0.41.3",
"setuptools>=68.2.2",
"jsonschema>=4.19.1",
]

[project.scripts]
Expand Down
Loading